From 3b29f9c66e68abff8c49390d97b71b4762d28417 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 25 Mar 2010 15:06:40 +1100 Subject: s4-ldb: removed unused command line options -I and -O These are not used anywehere, so they just confuse people Pair-Programmed-With: Andrew Bartlett --- source4/lib/ldb/tools/cmdline.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/ldb/tools/cmdline.h') diff --git a/source4/lib/ldb/tools/cmdline.h b/source4/lib/ldb/tools/cmdline.h index 52e7eceabf..e82b2ee593 100644 --- a/source4/lib/ldb/tools/cmdline.h +++ b/source4/lib/ldb/tools/cmdline.h @@ -41,8 +41,6 @@ struct ldb_cmdline { int num_records; int num_searches; const char *sasl_mechanism; - const char *input; - const char *output; const char **controls; int show_binary; int tracing; -- cgit