From 9d17ead33d4a6ea8a10883df49bb483f57db8578 Mon Sep 17 00:00:00 2001 From: Martin Hurton Date: Mon, 3 Sep 2012 19:21:41 +0200 Subject: [PATCH] Remove superfluous statement --- src/xpub.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xpub.cpp b/src/xpub.cpp index b13e885e..2081545c 100644 --- a/src/xpub.cpp +++ b/src/xpub.cpp @@ -164,7 +164,6 @@ void zmq::xpub_t::send_unsubscription (unsigned char *data_, size_t size_, // Place the unsubscription to the queue of pending (un)sunscriptions // to be retrived by the user later on. - xpub_t *self = (xpub_t*) arg_; blob_t unsub (size_ + 1, 0); unsub [0] = 0; memcpy (&unsub [1], data_, size_);