From e011ab7e1d9d624b4fd926dc3f15df2ab5f756e6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 6 Jan 2006 03:56:47 +0000 Subject: r12732: This option does nothing. Andrew Bartlett (This used to be commit 708ce7de3034cfef3c6d8c7d49df8851ad1e5827) --- source4/utils/testparm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source4/utils/testparm.c b/source4/utils/testparm.c index d2f76960db..fece3466ff 100644 --- a/source4/utils/testparm.c +++ b/source4/utils/testparm.c @@ -78,7 +78,6 @@ static int do_global_checks(void) static BOOL silent_mode = False; int ret = 0; poptContext pc; - static const char *term_code = ""; /* static BOOL show_all_parameters = False; static char *new_local_machine = NULL; @@ -96,7 +95,7 @@ static int do_global_checks(void) /* We need support for smb.conf macros before this will work again {"server", 'L',POPT_ARG_STRING, &new_local_machine, 0, "Set %%L macro to servername\n"}, -*/ {"encoding", 't', POPT_ARG_STRING, &term_code, 0, "Print parameters with encoding"}, +*/ /* These are harder to do with the new code structure {"show-all-parameters", '\0', POPT_ARG_VAL, &show_all_parameters, True, "Show the parameters, type, possible values" }, -- cgit