1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-28 05:57:49 +03:00

Hide unused code into if 0

Make it obvious for lcov coverage and static analyzis we
are not interested in this piece of code.
This commit is contained in:
Zdenek Kabelac 2010-12-22 15:32:15 +00:00
parent adb5fb90b1
commit 2a2170efc0

View File

@ -306,6 +306,7 @@ static const struct dm_info *_cached_info(struct dm_pool *mem,
return dinfo;
}
#if 0
/* FIXME Interface must cope with multiple targets */
static int _status_run(const char *name, const char *uuid,
unsigned long long *s, unsigned long long *l,
@ -383,6 +384,7 @@ static int _status(const char *name, const char *uuid,
return 0;
}
#endif
int lv_has_target_type(struct dm_pool *mem, struct logical_volume *lv,
const char *layer, const char *target_type)