summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix/PollableCondition.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-19 13:52:51 +0000
committerAlan Conway <aconway@apache.org>2008-11-19 13:52:51 +0000
commit18dee70d90657834e1afc2af1e541597ea18abf6 (patch)
tree6b4c7e6bde8f25171e88b7712ab7c7995a8556f9 /cpp/src/qpid/sys/posix/PollableCondition.cpp
parent0c633b78d0c5784e4261b3ab0cefd3e016d9940d (diff)
downloadqpid-python-18dee70d90657834e1afc2af1e541597ea18abf6.tar.gz
Fix --cluster-cman option to enable cman integration.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/posix/PollableCondition.cpp')
-rw-r--r--cpp/src/qpid/sys/posix/PollableCondition.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/qpid/sys/posix/PollableCondition.cpp b/cpp/src/qpid/sys/posix/PollableCondition.cpp
index 4ff66d1106..0c55fd3c0d 100644
--- a/cpp/src/qpid/sys/posix/PollableCondition.cpp
+++ b/cpp/src/qpid/sys/posix/PollableCondition.cpp
@@ -22,10 +22,6 @@
*
*/
-// FIXME aconway 2008-08-11: this could be of more general interest,
-// move to common lib.
-//
-
#include "PollableCondition.h"
#include "qpid/sys/posix/PrivatePosix.h"
#include "qpid/Exception.h"