Jelajahi Sumber

Removing unused L local variable

pombredanne 12 tahun lalu
induk
melakukan
5d0573c43f
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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