summaryrefslogtreecommitdiff
path: root/cffi/vengine_gen.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-11-17 17:13:57 +0100
committerArmin Rigo <arigo@tunes.org>2012-11-17 17:13:57 +0100
commit421f9cdf98fe076b49b76157167a7b3f0dfd7001 (patch)
treeb36160ab12f8c9723a57d523a4a479018de8fad8 /cffi/vengine_gen.py
parent3467f3b956ce66219a747a0a91a2f3b8624a5e13 (diff)
downloadcffi-421f9cdf98fe076b49b76157167a7b3f0dfd7001.tar.gz
Remove dead declaration.
Diffstat (limited to 'cffi/vengine_gen.py')
-rw-r--r--cffi/vengine_gen.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
index f1fc6c9..2e9640a 100644
--- a/cffi/vengine_gen.py
+++ b/cffi/vengine_gen.py
@@ -388,8 +388,6 @@ class VGenericEngine(object):
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)