From 68b8e26505a167faf6ebe73b76605e8623860f2b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 5 Dec 2006 20:42:53 +0000 Subject: 2006-12-05 Jim Meyering * src/qpidd.cpp (main): Remove now-pointless FIXME comments. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482772 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpidd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpidd.cpp b/cpp/src/qpidd.cpp index 525e2efe34..0cfa3207ff 100644 --- a/cpp/src/qpidd.cpp +++ b/cpp/src/qpidd.cpp @@ -20,7 +20,6 @@ */ #include #include -// FIXME #include #include #include @@ -44,7 +43,6 @@ int main(int argc, char** argv) config.usage(); }else{ broker = Broker::create(config); -// FIXME signal(SIGINT, handle_signal); broker->run(); } -- cgit v1.2.1