From 340c90eb71df469194094417612961617cf184a3 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 13 Oct 2009 16:20:56 -0700 Subject: [PATCH] mon: Remove bad FIX_ME comment --- src/mon/PaxosService.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/PaxosService.h b/src/mon/PaxosService.h index d2cc796f1859..7ab3f90c59bd 100644 --- a/src/mon/PaxosService.h +++ b/src/mon/PaxosService.h @@ -33,7 +33,7 @@ protected: public: C_RetryMessage(PaxosService *s, PaxosServiceMessage *m_) : svc(s), m(m_) {} void finish(int r) { - svc->dispatch(m);//FIX_ME + svc->dispatch(m); } }; class C_Active : public Context { -- 2.47.3