Browse Source

[213] Remove leftover call

The socket creator is no longer stopped this way. It worked in tests, as
they still had the function.
Michal 'vorner' Vaner 13 years ago
parent
commit
8d7ef6fe3b
2 changed files with 0 additions and 5 deletions
  1. 0 2
      src/bin/bind10/bind10_src.py.in
  2. 0 3
      src/bin/bind10/tests/bind10_test.py.in

+ 0 - 2
src/bin/bind10/bind10_src.py.in

@@ -385,8 +385,6 @@ class BoB:
         """
         logger.info(BIND10_KILLING_ALL_PROCESSES)
 
-        self.stop_creator(True)
-
         for pid in self.processes:
             logger.info(BIND10_KILL_PROCESS, self.processes[pid].name())
             self.processes[pid].kill(True)

+ 0 - 3
src/bin/bind10/tests/bind10_test.py.in

@@ -241,9 +241,6 @@ class MockBob(BoB):
         procinfo.pid = 1
         return procinfo
 
-    def stop_creator(self, kill=False):
-        self.creator = False
-
     def read_bind10_config(self):
         # Configuration options are set directly
         pass