summaryrefslogtreecommitdiff
path: root/usr.sbin/mptutil
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2010-11-22 14:36:04 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2010-11-22 14:36:04 +0000
commit7a3923c00eb666a0fe0aedeef6fbfb9b6573acb1 (patch)
treef7dfd5c8a0a58346558556f48ad174689cbca1ec /usr.sbin/mptutil
parent05939839630d1b01f8a859fe1cad31e994ffb1ac (diff)
downloadsrc-test2-7a3923c00eb666a0fe0aedeef6fbfb9b6573acb1.tar.gz
src-test2-7a3923c00eb666a0fe0aedeef6fbfb9b6573acb1.zip
Notes
Diffstat (limited to 'usr.sbin/mptutil')
-rw-r--r--usr.sbin/mptutil/mpt_config.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/mptutil/mpt_config.c b/usr.sbin/mptutil/mpt_config.c
index 6247bb49363c..d914d6655767 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)
{