Merge pull request #1328 from rodgert/master

Code cleanup - removing unused local
This commit is contained in:
Pieter Hintjens 2015-01-27 19:41:45 +01:00
commit 8c8d23c761

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()) {