Explorar o código

Removing unused L local variable

pombredanne %!s(int64=12) %!d(string=hai) anos
pai
achega
5d0573c43f
Modificáronse 1 ficheiros con 0 adicións e 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