瀏覽代碼

Removing unused L local variable

pombredanne 12 年之前
父節點
當前提交
5d0573c43f
共有 1 個文件被更改,包括 0 次插入1 次删除
  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