]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove icpFakeRequest stuff
authorwessels <>
Thu, 24 Oct 1996 11:23:54 +0000 (11:23 +0000)
committerwessels <>
Thu, 24 Oct 1996 11:23:54 +0000 (11:23 +0000)
src/main.cc

index 6382ca8fa88b73f3d8f7c05f7dde62ceb0ff1c51..45f69d9e00dc3cc1c68bf3c737a06be97095ade9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: main.cc,v 1.99 1996/10/24 05:17:45 wessels Exp $
+ * $Id: main.cc,v 1.100 1996/10/24 05:23:54 wessels Exp $
  *
  * DEBUG: section 1     Startup and Main Loop
  * AUTHOR: Harvest Derived
@@ -644,10 +644,6 @@ main(int argc, char **argv)
     hash_init(0);
 
     mainInitialize();
-    if (get_url) {
-       sigusr2_handle(0);
-       icpFakeRequest(get_url);
-    }
 
     /* main loop */
     for (;;) {