From 4589265bb00c8ecd1b8fe135e8aaf94b8f1f6a95 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 11 Dec 2001 04:25:21 +0000 Subject: Removed unreferenced getopt() externals. (This used to be commit c87d1ad32114200d3e678f8de88874c737f8e571) --- source3/utils/net.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source3/utils/net.c b/source3/utils/net.c index 23250552ee..dab68ebefe 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -56,8 +56,6 @@ /* end of internationalization section */ /************************************************************************************/ -extern int optind, opterr, optopt; - /* Yes, these buggers are globals.... */ char *opt_requester_name = NULL; char *opt_host = NULL; -- cgit