Code cleanup - removing unused local

This commit is contained in:
Thomas Rodgers 2015-01-27 12:40:35 -06:00
parent 1c72bf4e55
commit d8c15cf43b

View File

@ -806,7 +806,6 @@ void zmq::stream_engine_t::mechanism_ready ()
// Compile metadata.
typedef metadata_t::dict_t properties_t;
properties_t properties;
properties_t::const_iterator it;
// If we have a peer_address, add it to metadata
if (!peer_address.empty()) {