summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2014-07-11 15:14:05 +0000
committerCharles E. Rolke <chug@apache.org>2014-07-11 15:14:05 +0000
commit653d1bd23c85796e0f24d5c89d3f2761cff05f17 (patch)
tree27d3129725f0308c8e6b524e44051df17be2d80f
parent1ce96b52350006616fdb304ecde706b2c7c4de90 (diff)
downloadqpid-python-653d1bd23c85796e0f24d5c89d3f2761cff05f17.tar.gz
QPID-5858: Remove unneeded line that generates a warning on Windows VS2010.
2> MessagingSessionTests.cpp 2>..\..\..\cpp\src\tests\MessagingSessionTests.cpp(1438): warning C4930: 'std::string queue(void)': prototyped function not called (was a variable definition intended?) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1609726 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/tests/MessagingSessionTests.cpp1
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;