Remove inline comment, no longer supported by configparser.
(Deleted rather than moved because multilib implementations vary.)
diff --git a/Lib/sysconfig.cfg b/Lib/sysconfig.cfg
index 573b12e..565c0eb 100644
--- a/Lib/sysconfig.cfg
+++ b/Lib/sysconfig.cfg
@@ -31,7 +31,7 @@
# be used directly in [resource_locations].
confdir = /etc
datadir = /usr/share
-libdir = /usr/lib ; or /usr/lib64 on a multilib system
+libdir = /usr/lib
statedir = /var
# User resource directory
local = ~/.local/{distribution.name}