diff options
-rw-r--r-- | nxcomp/ServerChannel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nxcomp/ServerChannel.cpp b/nxcomp/ServerChannel.cpp index ee39903a7..ed2f472c7 100644 --- a/nxcomp/ServerChannel.cpp +++ b/nxcomp/ServerChannel.cpp @@ -4375,9 +4375,9 @@ int ServerChannel::handleWrite(const unsigned char *message, unsigned int length // // TODO: at the moment the variable hit was being set - // but no used, so to avoid the corresponding warning - // it has been added this block with a logging command. - // This code will be probably optimized away when none + // but not used, so to avoid the corresponding warning + // this logging block has been added. + // This code will probably be optimized away when none // of the defines is set, but if there is no additional // use for the hit variable in the future, then maybe // it could be removed completely. |