From abc90d8f2e56e50496392f9bf05fed85628e07f1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Feb 2012 11:18:43 +1100 Subject: s4-cmdline: Remove unused popt_common_dont_ask() Found by callcatcher: http://www.skynet.ie/~caolan/Packages/callcatcher.html Andrew Bartlett --- source4/lib/cmdline/popt_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/cmdline/popt_common.h') diff --git a/source4/lib/cmdline/popt_common.h b/source4/lib/cmdline/popt_common.h index 8aed4d0496..e177df678f 100644 --- a/source4/lib/cmdline/popt_common.h +++ b/source4/lib/cmdline/popt_common.h @@ -40,6 +40,4 @@ extern struct poptOption popt_common_credentials4[]; extern struct cli_credentials *cmdline_credentials; extern struct loadparm_context *cmdline_lp_ctx; -void popt_common_dont_ask(void); - #endif /* _POPT_COMMON_H */ -- cgit