Chris McDonough 19 năm trước cách đây
mục cha
commit
d8d8f8c3a5
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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: