summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/PollableQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/sys/PollableQueue.h')
-rw-r--r--cpp/src/qpid/sys/PollableQueue.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/src/qpid/sys/PollableQueue.h b/cpp/src/qpid/sys/PollableQueue.h
index 153ae31135..ca97c0d8c9 100644
--- a/cpp/src/qpid/sys/PollableQueue.h
+++ b/cpp/src/qpid/sys/PollableQueue.h
@@ -31,13 +31,9 @@
#include <deque>
namespace qpid {
-
-namespace sys { class Poller; }
-
namespace sys {
-// FIXME aconway 2008-08-11: this could be of more general interest,
-// move to common lib.
+class Poller;
/**
* A queue that can be polled by sys::Poller. Any thread can push to