From 696862fa9973bfa6a4f6bbf9514d292f109c4da8 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 29 Oct 2014 20:43:16 -0600 Subject: [PATCH] Lint --- salt/master.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/salt/master.py b/salt/master.py index 11db114a35..76a0e78b7c 100644 --- a/salt/master.py +++ b/salt/master.py @@ -166,7 +166,6 @@ class Maintenance(multiprocessing.Process): if now - last >= self.opts['search_index_interval']: self.search.index() - def handle_key_rotate(self, now): ''' Rotate the AES key on a schedule @@ -256,7 +255,6 @@ class Master(SMaster): ) SMaster.__init__(self, opts) - def __set_max_open_files(self): # Let's check to see how our max open files(ulimit -n) setting is mof_s, mof_h = resource.getrlimit(resource.RLIMIT_NOFILE)