0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-31 01:43:02 +08:00

Remove superfluous statement

This commit is contained in:
Martin Hurton 2012-09-03 19:21:41 +02:00
parent 7e6db47e65
commit 9d17ead33d

View File

@ -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_);