diff options
author | Gordon Sim <gsim@apache.org> | 2008-01-17 20:52:36 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-01-17 20:52:36 +0000 |
commit | 1ee375b5ab824b52463a9e522e60c35ce577c413 (patch) | |
tree | 7228460c086760fc72d53783682586b3832561bd /cpp | |
parent | 15c3f85149bfcf60a70662a4c9ca9763d40e4e72 (diff) | |
download | qpid-python-1ee375b5ab824b52463a9e522e60c35ce577c413.tar.gz |
Removed erroneous comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612977 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/tests/txtest.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/tests/txtest.cpp b/cpp/src/tests/txtest.cpp index b27f75fc92..4373a9c1e7 100644 --- a/cpp/src/tests/txtest.cpp +++ b/cpp/src/tests/txtest.cpp @@ -19,13 +19,6 @@ * */ -/** - * This file provides a simple test (and example) of basic - * functionality including declaring an exchange and a queue, binding - * these together, publishing a message and receiving that message - * asynchronously. - */ - #include <algorithm> #include <iostream> #include <memory> |