Author: Armin Rigo <ar...@tunes.org> Branch: py3.5 Changeset: r88802:9bed0c6cb3d1 Date: 2016-12-01 17:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9bed0c6cb3d1/
Log: kill duplicate function (there is another one below) diff --git a/pypy/module/struct/interp_struct.py b/pypy/module/struct/interp_struct.py --- a/pypy/module/struct/interp_struct.py +++ b/pypy/module/struct/interp_struct.py @@ -83,10 +83,6 @@ raise OperationError(get_error(space), space.wrap(e.msg)) return space.newtuple(fmtiter.result_w[:]) -def clearcache(space): - "Clear the internal cache." - # No cache in this implementation - @unwrap_spec(format=str) def unpack(space, format, w_str): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit