diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-02 16:40:14 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-02 16:40:14 +0000 |
commit | e79de1706117db0b7142cf4d689b706921d1beae (patch) | |
tree | b078eb9f94f53d0d789ceb91778c454ca13a3e8e | |
parent | 25e9b03738f98a15e9143f080b1680c974e3acb8 (diff) | |
download | samba-e79de1706117db0b7142cf4d689b706921d1beae.tar.gz samba-e79de1706117db0b7142cf4d689b706921d1beae.tar.bz2 samba-e79de1706117db0b7142cf4d689b706921d1beae.zip |
Remove dummy function I used for testing
(This used to be commit 15c71551db038071d981ca4e37ef505004e79b89)
-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", |