From 24a7b010def4588e14f0189c99e9dc2407bd712f Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Mon, 25 Jan 2016 17:45:23 +0000 Subject: [PATCH] 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 --- src/mon/Monitor.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mon/Monitor.cc b/src/mon/Monitor.cc index 7ff053189fe..fbc9133615d 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()); -- 2.47.3