From 6d3e45579ec62e732bf51fe21e935a0e4b2204a7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 24 Feb 2004 17:28:17 +0000 Subject: Remove unused variable. Volker (This used to be commit eece7ff000a9589d56130e93a6105ad1052e9a14) --- source3/utils/net_idmap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index 61ef919b84..f5b4bf1b4a 100644 --- a/source3/utils/net_idmap.c +++ b/source3/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; -- cgit