From: wessels <> Date: Fri, 25 Oct 1996 22:43:25 +0000 (+0000) Subject: remove optind stuff X-Git-Tag: SQUID_3_0_PRE1~5583 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6355abef8618ee8d719017a42b24eece50189c5d;p=thirdparty%2Fsquid.git remove optind stuff --- diff --git a/src/main.cc b/src/main.cc index dc4aac6d07..d5a7646ff4 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,5 +1,5 @@ /* - * $Id: main.cc,v 1.104 1996/10/24 23:29:39 wessels Exp $ + * $Id: main.cc,v 1.105 1996/10/25 16:43:25 wessels Exp $ * * DEBUG: section 1 Startup and Main Loop * AUTHOR: Harvest Derived @@ -283,8 +283,6 @@ mainParseOptions(int argc, char *argv[]) break; } } - argc -= optind; - argv += optind; } static void