Browse Source

[trac583] forgot to remove the TODO line

Jelte Jansen 14 years ago
parent
commit
ff55e63140
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/asiolink/io_fetch.cc

+ 0 - 1
src/lib/asiolink/io_fetch.cc

@@ -67,7 +67,6 @@ IOFetch::operator()(error_code ec, size_t length) {
         {
             Message msg(Message::RENDER);
             
-            // TODO: replace with boost::random or some other suitable PRNG
             msg.setQid(QidGenerator::getInstance()->generateQid());
             msg.setOpcode(Opcode::QUERY());
             msg.setRcode(Rcode::NOERROR());