Remove unused code.

This commit is contained in:
Pedro Algarvio 2013-04-22 19:13:03 +01:00
parent 7836a26c97
commit 2ee8b5f935

View File

@ -942,7 +942,6 @@ class Syndic(Minion):
self.context = zmq.Context()
# Start with the publish socket
id_hash = hashlib.md5(self.opts['id']).hexdigest()
self.poller = zmq.Poller()
self.socket = self.context.socket(zmq.SUB)
self.socket.setsockopt(zmq.SUBSCRIBE, '')