Author: Alex Gaynor <[email protected]>
Branch: kill-someobject
Changeset: r58042:3555b3495486
Date: 2012-10-12 07:01 -0700
http://bitbucket.org/pypy/pypy/changeset/3555b3495486/

Log:    kill some obscure commented out code

diff --git a/pypy/objspace/flow/model.py b/pypy/objspace/flow/model.py
--- a/pypy/objspace/flow/model.py
+++ b/pypy/objspace/flow/model.py
@@ -257,13 +257,6 @@
 class Variable(object):
     __slots__ = ["_name", "_nr", "concretetype"]
 
-##    def getter(x): return x._ct
-##    def setter(x, ct):
-##        if repr(ct) == '<* PyObject>':
-##            import pdb; pdb.set_trace()
-##        x._ct = ct
-##    concretetype = property(getter, setter)
-
     dummyname = 'v'
     namesdict = {dummyname : (dummyname, 0)}
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to