summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/MessagingSessionTests.cpp
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
commitce823c4bc3cb3dfe985aaa0f4694f522c76eaa22 (patch)
tree1fe59f634bb876ff81b0b5e4fc549a0029e844f8 /qpid/cpp/src/tests/MessagingSessionTests.cpp
parent7742b3e7320a262afeeb865370357db6d06850ce (diff)
downloadqpid-python-ce823c4bc3cb3dfe985aaa0f4694f522c76eaa22.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@1609726 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/MessagingSessionTests.cpp')
-rw-r--r--qpid/cpp/src/tests/MessagingSessionTests.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/MessagingSessionTests.cpp b/qpid/cpp/src/tests/MessagingSessionTests.cpp
index 3ca74fa2b7..95b985b5ae 100644
--- a/qpid/cpp/src/tests/MessagingSessionTests.cpp
+++ b/qpid/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;