[pypy-svn] r65862 - pypy/branch/parser-compiler/pypy/interpreter/astcompiler/tools

benjamin at codespeak.net benjamin at codespeak.net
Mon Jun 22 00:01:17 CEST 2009


Author: benjamin
Date: Mon Jun 22 00:01:16 2009
New Revision: 65862

Modified:
   pypy/branch/parser-compiler/pypy/interpreter/astcompiler/tools/asdl_py.py
Log:
remove unneeded constant

Modified: pypy/branch/parser-compiler/pypy/interpreter/astcompiler/tools/asdl_py.py
==============================================================================
--- pypy/branch/parser-compiler/pypy/interpreter/astcompiler/tools/asdl_py.py	(original)
+++ pypy/branch/parser-compiler/pypy/interpreter/astcompiler/tools/asdl_py.py	Mon Jun 22 00:01:16 2009
@@ -6,8 +6,6 @@
 import os
 import asdl
 
-ASDL_TYPES = set("identifier int string object bool".split())
-
 
 class ASDLVisitor(asdl.VisitorBase):
 



More information about the Pypy-commit mailing list