]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove optind stuff
authorwessels <>
Fri, 25 Oct 1996 22:43:25 +0000 (22:43 +0000)
committerwessels <>
Fri, 25 Oct 1996 22:43:25 +0000 (22:43 +0000)
src/main.cc

index dc4aac6d0731823a9a5c28c01d0efbdc490293d3..d5a7646ff4294e78d9631c8af09344e4d5dffa2e 100644 (file)
@@ -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