Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r1044:02ddb9d516d0
Date: 2012-11-17 17:13 +0100
http://bitbucket.org/cffi/cffi/changeset/02ddb9d516d0/

Log:    Remove dead declaration.

diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
--- a/cffi/vengine_gen.py
+++ b/cffi/vengine_gen.py
@@ -388,8 +388,6 @@
         prnt('}')
         prnt()
 
-    _loading_gen_enum = _loaded_noop
-
     def _loading_gen_enum(self, tp, name, module, prefix='enum'):
         if tp.partial:
             enumvalues = [self._load_constant(True, tp, enumerator, module)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to