Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: guard-compatible
Changeset: r83141:84e7d731787b
Date: 2016-03-18 14:48 +0100
http://bitbucket.org/pypy/pypy/changeset/84e7d731787b/

Log:    remove dead code

diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py
--- a/pypy/objspace/std/mapdict.py
+++ b/pypy/objspace/std/mapdict.py
@@ -982,8 +982,6 @@
             return True
         return False
 
-_invalid_cache_entry_map = objectmodel.instantiate(AbstractAttribute)
-_invalid_cache_entry_map.terminator = None
 INVALID_CACHE_ENTRY = CacheEntry()
 INVALID_CACHE_ENTRY.mapversion = Version()
 # different from any real map's version ^^^
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to