Prevent: Unused 'thread_id' variable
authorshort <>
Mon, 18 Nov 2002 14:22:37 +0000 (14:22 +0000)
committershort <>
Mon, 18 Nov 2002 14:22:37 +0000 (14:22 +0000)
src/main.c

index d870628..6f8c99b 100644 (file)
@@ -524,7 +524,6 @@ create new thread
 int process_new(CONNECTION * connection)
 {
        int perr, thread = -1, i;
-       pthread_t thread_id;
        pthread_attr_t thread_attr;
 
        for (i = 0; i < MAXTHREADS && thread == -1; i++) {