diff options
Diffstat (limited to 'usr.sbin/mptutil/mpt_config.c')
-rw-r--r-- | usr.sbin/mptutil/mpt_config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/mptutil/mpt_config.c b/usr.sbin/mptutil/mpt_config.c index 6247bb4..d914d66 100644 --- a/usr.sbin/mptutil/mpt_config.c +++ b/usr.sbin/mptutil/mpt_config.c @@ -50,8 +50,6 @@ __RCSID("$FreeBSD$"); static void dump_config(CONFIG_PAGE_RAID_VOL_0 *vol); #endif -#define powerof2(x) ((((x)-1)&(x))==0) - static long dehumanize(const char *value) { |