]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: Monitor: drop useless 'todo' comment
authorJoao Eduardo Luis <joao@suse.de>
Mon, 25 Jan 2016 17:45:23 +0000 (17:45 +0000)
committerJoao Eduardo Luis <joao@suse.de>
Sat, 29 Oct 2016 03:10:22 +0000 (04:10 +0100)
I can't recall if it caused trouble or not, or what 'it' was. But
there's no good reason to keep this comment around.

Signed-off-by: Joao Eduardo Luis <joao@suse.de>
src/mon/Monitor.cc

index 7ff053189fe8f1d35b8fc9930fef271a7123e783..fbc9133615d24a68962bf39cdef55a83d5a39a2e 100644 (file)
@@ -1610,9 +1610,6 @@ void Monitor::handle_probe(MonOpRequestRef op)
   }
 }
 
-/**
- * @todo fix this. This is going to cause trouble.
- */
 void Monitor::handle_probe_probe(MonOpRequestRef op)
 {
   MMonProbe *m = static_cast<MMonProbe*>(op->get_req());