diff options
Diffstat (limited to 'cpp/src/tests/MessagingSessionTests.cpp')
-rw-r--r-- | cpp/src/tests/MessagingSessionTests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/tests/MessagingSessionTests.cpp b/cpp/src/tests/MessagingSessionTests.cpp index 3ca74fa2b7..95b985b5ae 100644 --- a/cpp/src/tests/MessagingSessionTests.cpp +++ b/cpp/src/tests/MessagingSessionTests.cpp @@ -1435,7 +1435,6 @@ QPID_AUTO_TEST_CASE(testCloseAndMultipleConcurrentFetches) QPID_AUTO_TEST_CASE(testSessionCheckError) { MessagingFixture fix; - std::string queue(); Session session = fix.connection.createSession(); Sender sender = session.createSender("q; {create:always, node:{x-declare:{auto-delete:True, arguments:{qpid.max_count:1}}}}"); ScopedSuppressLogging sl; |