Chris McDonough 19 years ago
parent
commit
d8d8f8c3a5
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/supervisor/xmlrpc.py

+ 0 - 4
src/supervisor/xmlrpc.py

@@ -501,10 +501,6 @@ class SupervisorNamespaceRPCInterface:
         return killall # deferred
 
     def _interpretProcessInfo(self, info):
-        result = {}
-        result['name'] = info['name']
-        pid = info['pid']
-
         state = info['state']
 
         if state == ProcessStates.RUNNING: