mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove unnecessary check.
This commit is contained in:
parent
f509ed1561
commit
f2f36876e1
@ -324,7 +324,7 @@ static void DrawContents()
|
|||||||
it->second.time = time;
|
it->second.time = time;
|
||||||
it->second.activeTime = activeTime;
|
it->second.activeTime = activeTime;
|
||||||
it->second.port = listenPort;
|
it->second.port = listenPort;
|
||||||
if( it->second.protocolVersion != protoVer ) it->second.protocolVersion = protoVer;
|
it->second.protocolVersion = protoVer;
|
||||||
if( strcmp( it->second.procName.c_str(), procname ) != 0 ) it->second.procName = procname;
|
if( strcmp( it->second.procName.c_str(), procname ) != 0 ) it->second.procName = procname;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user