From: Georg Brandl Date: Sat, 21 Aug 2010 11:40:30 +0000 (+0000) Subject: Remove duplicate entry. X-Git-Tag: v2.7.1rc1~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01099a7757a5d495772a9d0ea3b78f856c9db03b;p=python Remove duplicate entry. --- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index e2b0c59fee..e02fd770fc 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -174,7 +174,6 @@ GLHACK=-Dclear=__GLclear #_struct _struct.c # binary structure packing/unpacking #time timemodule.c # -lm # time operations and variables #operator operator.c # operator.add() and similar goodies -#_weakref _weakref.c # basic weak reference support #_testcapi _testcapimodule.c # Python C API test module #_random _randommodule.c # Random number generator #_collections _collectionsmodule.c # Container types