Author: Alex Gaynor <alex.gay...@gmail.com> Branch: numpy-dtype-refactor Changeset: r49462:c47b62ba14df Date: 2011-11-16 02:48 -0500 http://bitbucket.org/pypy/pypy/changeset/c47b62ba14df/
Log: remove some dead code, doesn't fix translation as I hoped diff --git a/pypy/module/micronumpy/compile.py b/pypy/module/micronumpy/compile.py --- a/pypy/module/micronumpy/compile.py +++ b/pypy/module/micronumpy/compile.py @@ -41,7 +41,6 @@ def __init__(self): """NOT_RPYTHON""" self.fromcache = InternalSpaceCache(self).getorbuild - self.w_float64dtype = get_dtype_cache(self).w_float64dtype def issequence_w(self, w_obj): return isinstance(w_obj, ListObject) or isinstance(w_obj, SingleDimArray) _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit