summaryrefslogtreecommitdiff
path: root/qpid/python/examples/pubsub/topic_publisher.py
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/examples/pubsub/topic_publisher.py')
-rwxr-xr-xqpid/python/examples/pubsub/topic_publisher.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/python/examples/pubsub/topic_publisher.py b/qpid/python/examples/pubsub/topic_publisher.py
index fb817c15f4..8cf1b08644 100755
--- a/qpid/python/examples/pubsub/topic_publisher.py
+++ b/qpid/python/examples/pubsub/topic_publisher.py
@@ -33,10 +33,6 @@ password="guest"
# If an alternate host or port has been specified, use that instead
# (this is used in our unit tests)
-#
-# If AMQP_SPEC is defined, use it to locate the spec file instead of
-# looking for it in the default location.
-
if len(sys.argv) > 1 :
host=sys.argv[1]
if len(sys.argv) > 2 :