diff options
Diffstat (limited to 'source3/lib/popt_common.c')
-rw-r--r-- | source3/lib/popt_common.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/lib/popt_common.c b/source3/lib/popt_common.c index 0fb8874f95..c9f70d6527 100644 --- a/source3/lib/popt_common.c +++ b/source3/lib/popt_common.c @@ -97,13 +97,6 @@ static void popt_common_callback(poptContext con, } } -static void popt_common_init_log(poptContext con, - enum poptCallbackReason reason, - const struct poptOption *opt, - const char *arg, const void *data) -{ -} - struct poptOption popt_common_debug[] = { { NULL, 0, POPT_ARG_CALLBACK, popt_common_callback }, { "debuglevel", 'd', POPT_ARG_STRING, NULL, 'd', "Set debug level", |