Author: Stephan <[email protected]>
Branch:
Changeset: r92:671cf89aaabb
Date: 2011-06-03 14:50 +0200
http://bitbucket.org/pypy/lang-js/changeset/671cf89aaabb/
Log: removed some unused items
diff --git a/js/opcodes.py b/js/opcodes.py
--- a/js/opcodes.py
+++ b/js/opcodes.py
@@ -640,13 +640,9 @@
if name.upper() == name and type(value) == type(Opcode) and
issubclass(value, Opcode):
OpcodeMap[name] = value
-opcode_unrolling = unrolling_iterable(OpcodeMap.items())
-
class Opcodes:
pass
opcodes = Opcodes()
-store_opcodes = {}
-store_member_opcodes = {}
for name, value in OpcodeMap.items():
setattr(opcodes, name, value)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit