Remove global_loadparm stub in Samba 3 as it's no longer used.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 2 Nov 2008 17:28:06 +0000 (18:28 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 2 Nov 2008 17:28:06 +0000 (18:28 +0100)
source3/include/includes.h
source3/librpc/ndr/util.c

index bf0b8524f6dd35326fe4f8c551776111973a852c..4399c734d093d000ffe803c2a54a27f1735eaa1b 100644 (file)
@@ -560,7 +560,6 @@ typedef char fstring[FSTRING_LEN];
 
 /* Samba 3 doesn't use iconv_convenience: */
 extern void *global_iconv_convenience;
-extern void *global_loadparm;
 extern void *cmdline_lp_ctx;
 struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
 
index c1134db8e3f72da9d5f96d96216cd5e10e414867..b8221838fa06eea00115cf44452d8174bf58c938 100644 (file)
@@ -167,7 +167,6 @@ _PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name
 }
 
 void *global_iconv_convenience;
-void *global_loadparm;
 void *cmdline_lp_ctx;
 struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx)
 {