From 82cdfb478a112c618c812ff5c637f8bfcb253fef Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 17 Jul 2002 17:24:44 +0000 Subject: [PATCH] removed unnecessary local variable. --- client/CClient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client/CClient.cpp b/client/CClient.cpp index 69e6026c..7c2d5fa4 100644 --- a/client/CClient.cpp +++ b/client/CClient.cpp @@ -147,7 +147,6 @@ CClient::run() m_rejected = true; } - CThread* thread = NULL; try { log((CLOG_NOTE "starting client \"%s\"", m_name.c_str()));