Remove FCGX_Shutdown and OS_Shutdown() - there is no immediate need so no point in...
[catagits/fcgi2.git] / libfcgi / fcgiapp.c
index f71c12d..31924e9 100644 (file)
@@ -11,7 +11,7 @@
  *
  */
 #ifndef lint
-static const char rcsid[] = "$Id: fcgiapp.c,v 1.29 2001/09/06 20:06:06 robs Exp $";
+static const char rcsid[] = "$Id: fcgiapp.c,v 1.30 2001/09/14 19:43:26 robs Exp $";
 #endif /* not lint */
 
 #include <assert.h>
@@ -71,11 +71,6 @@ static int isFastCGI = -1;
 static char *webServerAddressList = NULL;
 static FCGX_Request the_request;
 
-void FCGX_Shutdown(void)
-{
-    OS_Shutdown();
-}
-
 void FCGX_ShutdownPending(void)
 {
     OS_ShutdownPending();