Explorar el Código

Removing unused L local variable

pombredanne hace 12 años
padre
commit
5d0573c43f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      supervisor/xmlrpc.py

+ 0 - 1
supervisor/xmlrpc.py

@@ -213,7 +213,6 @@ class SystemNamespaceRPCInterface:
         @return array result  The result.
         """
         methods = self._listMethods()
-        L = []
         for method in methods:
             if method == name:
                 rtype = None