removed unnecessary local variable.

This commit is contained in:
crs 2002-07-17 17:24:44 +00:00
parent 22ba640940
commit 82cdfb478a
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ CClient::run()
m_rejected = true; m_rejected = true;
} }
CThread* thread = NULL;
try { try {
log((CLOG_NOTE "starting client \"%s\"", m_name.c_str())); log((CLOG_NOTE "starting client \"%s\"", m_name.c_str()));