diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-25 22:18:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-25 22:18:26 +0300 |
commit | 853757df15383c2e9cc33023dc04a256c458e671 (patch) | |
tree | f12cf49d6ddc17b6b4fc96d066359872b108f144 /src/net/ea/network.cpp | |
parent | 8e57e80d73a58077615924d50ac206d19efddae6 (diff) | |
download | plus-853757df15383c2e9cc33023dc04a256c458e671.tar.gz plus-853757df15383c2e9cc33023dc04a256c458e671.tar.bz2 plus-853757df15383c2e9cc33023dc04a256c458e671.tar.xz plus-853757df15383c2e9cc33023dc04a256c458e671.zip |
fix some code style by cpplint.
Diffstat (limited to 'src/net/ea/network.cpp')
-rw-r--r-- | src/net/ea/network.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/ea/network.cpp b/src/net/ea/network.cpp index 6c24954b7..9f1bdabe0 100644 --- a/src/net/ea/network.cpp +++ b/src/net/ea/network.cpp @@ -233,8 +233,6 @@ void Network::receive() while (mState == CONNECTED) { - // TODO Try to get this to block all the time while still being able - // to escape the loop const int numReady = TcpNet::checkSockets( set, (static_cast<uint32_t>(500))); switch (numReady) |