removed unnecessary local variable.
This commit is contained in:
parent
22ba640940
commit
82cdfb478a
|
@ -147,7 +147,6 @@ CClient::run()
|
|||
m_rejected = true;
|
||||
}
|
||||
|
||||
CThread* thread = NULL;
|
||||
try {
|
||||
log((CLOG_NOTE "starting client \"%s\"", m_name.c_str()));
|
||||
|
||||
|
|
Loading…
Reference in New Issue