From ec6cf121fe65db9f38d5e565774b4506054db312 Mon Sep 17 00:00:00 2001 From: Manuel Jacob Date: Mon, 6 Apr 2026 19:30:45 +0200 Subject: [PATCH] Remove outdated comment in Setup.stdlib.in The comment says that the generated file is not used by default. However, this is not true since Git commit 81dca70d704d0834d8c30580e648a973250b2973, since when it is always used unconditionally. --- Modules/Setup.stdlib.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Modules/Setup.stdlib.in b/Modules/Setup.stdlib.in index 0d520684c795d6..83c7ac303f0921 100644 --- a/Modules/Setup.stdlib.in +++ b/Modules/Setup.stdlib.in @@ -3,11 +3,6 @@ # This file is autogenerated from Modules/Setup.stdlib.in. # -# The file is not used by default yet. For testing do: -# -# ln -sfr Modules/Setup.stdlib Modules/Setup.local -# - # * @MODULE_{NAME}_TRUE@ is removed when configure detects all build # dependencies for a module. Otherwise the template variable is replaced # by a comment "#" and the module is skipped.