summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-02-24 17:28:17 +0000
committerVolker Lendecke <vlendec@samba.org>2004-02-24 17:28:17 +0000
commiteece7ff000a9589d56130e93a6105ad1052e9a14 (patch)
tree49b155fb2ffa1b384e37005d36b0ba057a1cc601 /source/utils
parentb1eba2188b1be183f37219a722903adc14b91369 (diff)
downloadsamba-eece7ff000a9589d56130e93a6105ad1052e9a14.tar.gz
samba-eece7ff000a9589d56130e93a6105ad1052e9a14.tar.xz
samba-eece7ff000a9589d56130e93a6105ad1052e9a14.zip
Remove unused variable.
Volker
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net_idmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/utils/net_idmap.c b/source/utils/net_idmap.c
index 61ef919b849..f5b4bf1b4a7 100644
--- a/source/utils/net_idmap.c
+++ b/source/utils/net_idmap.c
@@ -116,7 +116,6 @@ static NTSTATUS net_idmap_fixup_hwm(void)
NTSTATUS result = NT_STATUS_UNSUCCESSFUL;
TDB_CONTEXT *idmap_tdb;
char *tdbfile = NULL;
- int dummy;
struct hwms hwms;
struct hwms highest;