mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Remove unused code.
This commit is contained in:
parent
7836a26c97
commit
2ee8b5f935
@ -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, '')
|
||||
|
Loading…
Reference in New Issue
Block a user