remove some warnings

This commit is contained in:
Erwin Coumans
2018-06-06 16:10:20 -07:00
parent c02761d40b
commit 1bcb54dc29
4 changed files with 4 additions and 7 deletions

View File

@@ -96,7 +96,6 @@ bool b3RobotSimulatorClientAPI::connect(int mode, const std::string& hostName, i
int udpPort = 1234;
int tcpPort = 6667;
int key = SHARED_MEMORY_KEY;
bool connected = false;
switch (mode)
{