Commit b326eda7 authored by Mike Gabriel's avatar Mike Gabriel

nxcomp: Rephrase comment in previous commit.

parent 416fc186
...@@ -4375,9 +4375,9 @@ int ServerChannel::handleWrite(const unsigned char *message, unsigned int length ...@@ -4375,9 +4375,9 @@ int ServerChannel::handleWrite(const unsigned char *message, unsigned int length
// //
// TODO: at the moment the variable hit was being set // TODO: at the moment the variable hit was being set
// but no used, so to avoid the corresponding warning // but not used, so to avoid the corresponding warning
// it has been added this block with a logging command. // this logging block has been added.
// This code will be probably optimized away when none // This code will probably be optimized away when none
// of the defines is set, but if there is no additional // of the defines is set, but if there is no additional
// use for the hit variable in the future, then maybe // use for the hit variable in the future, then maybe
// it could be removed completely. // it could be removed completely.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment