diff options
Diffstat (limited to 'cpp/src/qpid/broker/Queue.h')
-rw-r--r-- | cpp/src/qpid/broker/Queue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Queue.h b/cpp/src/qpid/broker/Queue.h index 0984d5e2cd..cac8956bf5 100644 --- a/cpp/src/qpid/broker/Queue.h +++ b/cpp/src/qpid/broker/Queue.h @@ -153,7 +153,6 @@ namespace qpid { public: - virtual void notifyDurableIOComplete(); typedef boost::shared_ptr<Queue> shared_ptr; typedef std::vector<shared_ptr> vector; |