diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 23:50:26 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-23 19:24:35 +0100 |
commit | 8fe4a68da73f69cb491aa2d79a1d263a8c3069a9 (patch) | |
tree | f8e480279fde808c82cbe66cc587d8756f06ed16 /source3 | |
parent | 7f1fd07fbe99fc167eb529d482b084142c39ea8a (diff) | |
download | samba-8fe4a68da73f69cb491aa2d79a1d263a8c3069a9.tar.gz samba-8fe4a68da73f69cb491aa2d79a1d263a8c3069a9.tar.bz2 samba-8fe4a68da73f69cb491aa2d79a1d263a8c3069a9.zip |
s3-includes: remove unused cmdline_lp_ctx.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index b1b5dadd15..7d98cd583a 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -517,9 +517,6 @@ enum timestamp_set_resolution { typedef char fstring[FSTRING_LEN]; #endif -/* Samba 3 doesn't use iconv_convenience: */ -extern void *cmdline_lp_ctx; - /* Lists, trees, caching, database... */ #include "../lib/util/util.h" #include "../lib/util/util_net.h" |