From: Joao Eduardo Luis Date: Mon, 25 Jan 2016 17:45:23 +0000 (+0000) Subject: mon: Monitor: drop useless 'todo' comment X-Git-Tag: v11.1.0~400^2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24a7b010def4588e14f0189c99e9dc2407bd712f;p=ceph.git mon: Monitor: drop useless 'todo' comment 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 --- diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 7ff053189fe8..fbc9133615d2 100644 --- a/src/mon/Monitor.cc +++ b/src/mon/Monitor.cc @@ -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(op->get_req());