diff options
Diffstat (limited to 'cpp/src/tests/TxAckTest.cpp')
-rw-r--r-- | cpp/src/tests/TxAckTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/TxAckTest.cpp b/cpp/src/tests/TxAckTest.cpp index de3355949d..dd57736a0c 100644 --- a/cpp/src/tests/TxAckTest.cpp +++ b/cpp/src/tests/TxAckTest.cpp @@ -32,8 +32,6 @@ using std::vector; using namespace qpid::broker; using namespace qpid::framing; -enum DeliveryMode { TRANSIENT = 1, PERSISTENT = 2}; - class TxAckTest : public CppUnit::TestCase { |