manoj 99/04/21 22:46:54
Modified: pthreads/src/main http_accept.c
Log:
Delete unused variable to eliminate a warning.
Revision Changes Path
1.10 +0 -1 apache-apr/pthreads/src/main/http_accept.c
Index: http_accept.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/main/http_accept.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- http_accept.c 1999/04/17 04:25:56 1.9
+++ http_accept.c 1999/04/22 05:46:53 1.10
@@ -382,7 +382,6 @@
int sd;
int srv;
listen_rec *lr;
- int index;
size_t len = sizeof(struct sockaddr);