diff options
| author | Gordon Sim <gsim@apache.org> | 2008-11-13 18:48:43 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-11-13 18:48:43 +0000 |
| commit | 74b553b6ef2ccaa18a85c729b00cd0f14233e3b1 (patch) | |
| tree | 5b23d095684c1362a4c6c2148b6043472a7d2f04 /qpid/cpp/examples/pub-sub/topic_publisher.cpp | |
| parent | 84cd555a220a48737adb78154de4adbb2ac6d1e1 (diff) | |
| download | qpid-python-74b553b6ef2ccaa18a85c729b00cd0f14233e3b1.tar.gz | |
Minor cleanup edits to examples (from jrobie@redhat.com)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@713785 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/pub-sub/topic_publisher.cpp')
| -rw-r--r-- | qpid/cpp/examples/pub-sub/topic_publisher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/examples/pub-sub/topic_publisher.cpp b/qpid/cpp/examples/pub-sub/topic_publisher.cpp index 8186c5d5bb..72ba572f75 100644 --- a/qpid/cpp/examples/pub-sub/topic_publisher.cpp +++ b/qpid/cpp/examples/pub-sub/topic_publisher.cpp @@ -104,7 +104,6 @@ int main(int argc, char** argv) { int port = argc>2 ? atoi(argv[2]) : 5672; Connection connection; - Message message; try { connection.open(host, port); Session session = connection.newSession(); |
