[pypy-svn] r49202 - pypy/dist/pypy/rpython/lltypesystem
cfbolz at codespeak.net
cfbolz at codespeak.net
Thu Nov 29 11:54:36 CET 2007
Author: cfbolz
Date: Thu Nov 29 11:54:36 2007
New Revision: 49202
Modified:
pypy/dist/pypy/rpython/lltypesystem/rstr.py
Log:
kill dead code (and a not-understandable comment)
Modified: pypy/dist/pypy/rpython/lltypesystem/rstr.py
==============================================================================
--- pypy/dist/pypy/rpython/lltypesystem/rstr.py (original)
+++ pypy/dist/pypy/rpython/lltypesystem/rstr.py Thu Nov 29 11:54:36 2007
@@ -797,9 +797,6 @@
cflags = inputconst(Void, {'flavor': 'gc'})
vtemp = hop.genop("malloc_varsize", [cTEMP, cflags, size],
resulttype=Ptr(TEMP))
- # XXX hash
- r_tuple = hop.args_r[1]
- v_tuple = hop.args_v[1]
argsiter = iter(sourcevarsrepr)
More information about the Pypy-commit
mailing list