manoj 99/06/08 20:14:59
Modified: pthreads/src/include http_conf_globals.h
pthreads/src/main http_main.c
Log:
Clean up some unused variables
Revision Changes Path
1.9 +0 -2 apache-apr/pthreads/src/include/http_conf_globals.h
Index: http_conf_globals.h
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/include/http_conf_globals.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -u -r1.8 -r1.9
--- http_conf_globals.h 1999/03/15 15:34:49 1.8
+++ http_conf_globals.h 1999/06/09 03:14:57 1.9
@@ -75,8 +75,6 @@
#endif
extern int ap_threads_per_child;
extern int ap_acceptors_per_child;
-extern int ap_idle_thread_threshold;
-extern int ap_busy_thread_threshold;
extern int ap_max_requests_per_child;
extern int ap_excess_requests_per_child;
extern struct in_addr ap_bind_address;
1.90 +0 -4 apache-apr/pthreads/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -u -r1.89 -r1.90
--- http_main.c 1999/06/03 23:46:23 1.89
+++ http_main.c 1999/06/09 03:14:58 1.90
@@ -151,11 +151,7 @@
#endif
int ap_threads_per_child; /* Worker threads per child */
int ap_acceptors_per_child; /* Accept threads per child */
-
int ap_max_requests_per_child;
-int ap_idle_thread_threshold;
-int ap_busy_thread_threshold;
-
char *ap_pid_fname;
char *ap_scoreboard_fname;
char *ap_lock_fname;