removed dead comment
2 files changed, 0 insertions(+), 4 deletions(-)

M README.md
M setup.py
M README.md +0 -2
@@ 549,8 549,6 @@ platform = sysconfig.get_platform()
 # (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":

          
M setup.py +0 -2
@@ 19,8 19,6 @@ platform = sysconfig.get_platform()
 # (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":