# HG changeset patch # User Andrew Dalke # Date 1632137283 -7200 # Mon Sep 20 13:28:03 2021 +0200 # Node ID 1e32504f628793dd8d4362d5f773b11dd9dc91d9 # Parent 3579ffed9c96a566b69ba95f46c526f063c11453 removed dead comment diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -549,8 +549,6 @@ # (This assumes the directory was not specified on the command-line.) plat_specifier = "%s-%d.%d" % (platform, *sys.version_info[:2]) -# A value like 'cpython-37m-x86_64-linux-gnu' or 'cpython-39-darwin' - # Figure out the platform-specific linker arguments so the new # extensions can access the C functions in the core library. if sys.platform == "darwin": diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -19,8 +19,6 @@ # (This assumes the directory was not specified on the command-line.) plat_specifier = "%s-%d.%d" % (platform, *sys.version_info[:2]) -# A value like 'cpython-37m-x86_64-linux-gnu' or 'cpython-39-darwin' - # Figure out the platform-specific linker arguments so the new # extensions can access the C functions in the core library. if sys.platform == "darwin":