From 457ba0aee8e6eba629b9226aed7010b396a76cc2 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 18 Nov 2002 14:22:37 +0000 Subject: [PATCH] Prevent: Unused 'thread_id' variable --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index d870628..6f8c99b 100644 --- a/src/main.c +++ b/src/main.c @@ -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++) { -- 1.8.3.1