[pypy-svn] r43656 - pypy/dist/pypy/annotation
cfbolz at codespeak.net
cfbolz at codespeak.net
Fri May 25 23:35:09 CEST 2007
Author: cfbolz
Date: Fri May 25 23:35:08 2007
New Revision: 43656
Modified:
pypy/dist/pypy/annotation/builtin.py
Log:
more than two years ago, this was once the annotation of getrefcount (!)
Modified: pypy/dist/pypy/annotation/builtin.py
==============================================================================
--- pypy/dist/pypy/annotation/builtin.py (original)
+++ pypy/dist/pypy/annotation/builtin.py Fri May 25 23:35:08 2007
@@ -269,9 +269,6 @@
pass
-def count(s_obj):
- return SomeInteger()
-
def conf():
return SomeString()
More information about the Pypy-commit
mailing list