summaryrefslogtreecommitdiff
path: root/cpp/examples/fanout/fanout_producer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/examples/fanout/fanout_producer.cpp')
-rw-r--r--cpp/examples/fanout/fanout_producer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/examples/fanout/fanout_producer.cpp b/cpp/examples/fanout/fanout_producer.cpp
index 18338717b9..fb16f7e8b1 100644
--- a/cpp/examples/fanout/fanout_producer.cpp
+++ b/cpp/examples/fanout/fanout_producer.cpp
@@ -65,7 +65,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();