Browse Source

[1383] Remove redundant comment

Noticed while examining the file.
Stephen Morris 13 years ago
parent
commit
eb08c5acb5
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/asiodns/io_fetch.cc

+ 0 - 4
src/lib/asiodns/io_fetch.cc

@@ -355,10 +355,6 @@ IOFetch::stop(Result result) {
         // variable should be done inside a mutex (and the stopped_ variable
         // variable should be done inside a mutex (and the stopped_ variable
         // declared as "volatile").
         // declared as "volatile").
         //
         //
-        // The numeric arguments indicate the debug level, with the lower
-        // numbers indicating the most important information.  The relative
-        // values are somewhat arbitrary.
-        //
         // TODO: Update testing of stopped_ if threads are used.
         // TODO: Update testing of stopped_ if threads are used.
         data_->stopped = true;
         data_->stopped = true;
         switch (result) {
         switch (result) {