Strip out Binding module and references.
authorW. Trevor King <wking@drexel.edu>
Wed, 9 Mar 2011 22:11:30 +0000 (17:11 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 9 Mar 2011 22:11:30 +0000 (17:11 -0500)
commit3483b66e3582c0a12dd0ed85a8d84843b4bea4ef
tree642c2a57286b7612f631ca084c4bd095a95a6446
parent39c608f2e8c65c0334c79598a5ecaf9ecb3eff72
Strip out Binding module and references.
12 files changed:
Cython/Compiler/AnalysedTreeTransforms.py
Cython/Compiler/Binding.py [deleted file]
Cython/Compiler/Buffer.py
Cython/Compiler/Builtin.py
Cython/Compiler/CythonScope.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py