r17782: fix compiler warning
authorStefan Metzmacher <metze@samba.org>
Thu, 24 Aug 2006 09:48:40 +0000 (09:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:16:41 +0000 (14:16 -0500)
metze
(This used to be commit 97f6980372e2d06bdae461c737f9e0279f30b9b9)

source4/lib/util/idtree.c

index c02a2636a1ae54bd720c0b96951e6a2f5b00958d..46c979f546dca785d47049c0ebd467fc304ffbc1 100644 (file)
@@ -37,7 +37,9 @@
 
 #define IDR_BITS 5
 #define IDR_FULL 0xfffffffful
+#if 0 /* unused */
 #define TOP_LEVEL_FULL (IDR_FULL >> 30)
+#endif
 #define IDR_SIZE (1 << IDR_BITS)
 #define IDR_MASK ((1 << IDR_BITS)-1)
 #define MAX_ID_SHIFT (sizeof(int)*8 - 1)