From 01099a7757a5d495772a9d0ea3b78f856c9db03b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 21 Aug 2010 11:40:30 +0000 Subject: [PATCH] Remove duplicate entry. --- Modules/Setup.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Setup.dist b/Modules/Setup.dist index e2b0c59fee31..e02fd770fc7f 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 -- 2.47.3