Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r92343:f1a7daef2ad9 Date: 2017-09-07 22:20 +0200 http://bitbucket.org/pypy/pypy/changeset/f1a7daef2ad9/
Log: Kill accidental code duplication diff --git a/pypy/module/pyexpat/interp_pyexpat.py b/pypy/module/pyexpat/interp_pyexpat.py --- a/pypy/module/pyexpat/interp_pyexpat.py +++ b/pypy/module/pyexpat/interp_pyexpat.py @@ -119,18 +119,6 @@ locals()[name] = rffi_platform.ConstantInteger(name) for name in xml_model_list: locals()[name] = rffi_platform.ConstantInteger(name) - for name in xml_model_list: - locals()[name] = rffi_platform.ConstantInteger(name) - for name in xml_model_list: - locals()[name] = rffi_platform.ConstantInteger(name) - for name in xml_model_list: - locals()[name] = rffi_platform.ConstantInteger(name) - for name in xml_model_list: - locals()[name] = rffi_platform.ConstantInteger(name) - for name in xml_model_list: - locals()[name] = rffi_platform.ConstantInteger(name) - for name in xml_model_list: - locals()[name] = rffi_platform.ConstantInteger(name) XML_Parser_SIZE = rffi_platform.SizeOf("XML_Parser") for k, v in rffi_platform.configure(CConfigure).items(): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit