From 8455ba0b116208f47ce238b384d4af274fa0edb6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 14 Jan 2010 18:55:46 +0000 Subject: Removed dead code: OutputTask::hasOutput and Queue::checkForMessages. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@899356 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/AggregateOutput.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpp/src/qpid/sys/AggregateOutput.h') diff --git a/cpp/src/qpid/sys/AggregateOutput.h b/cpp/src/qpid/sys/AggregateOutput.h index 71ad713eb7..6dad998bb0 100644 --- a/cpp/src/qpid/sys/AggregateOutput.h +++ b/cpp/src/qpid/sys/AggregateOutput.h @@ -61,7 +61,6 @@ class AggregateOutput : public OutputTask, public OutputControl // These functions must not be called concurrently with each other. QPID_COMMON_EXTERN bool doOutput(); - QPID_COMMON_EXTERN bool hasOutput(); QPID_COMMON_EXTERN void removeOutputTask(OutputTask* t); QPID_COMMON_EXTERN void removeAll(); -- cgit v1.2.1