about summary refs log tree commit diff
path: root/scripts/check-installed-headers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-installed-headers.sh')
-rw-r--r--scripts/check-installed-headers.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/check-installed-headers.sh b/scripts/check-installed-headers.sh
index 3384e1c3e7..7ffd2b8e74 100644
--- a/scripts/check-installed-headers.sh
+++ b/scripts/check-installed-headers.sh
@@ -84,11 +84,6 @@ for header in "$@"; do
         (sys/elf.h)
             continue;;
 
-        # libio.h and _G_config.h are deprecation stubs containing #warnings
-        # to use stdio.h instead.
-        (libio.h | _G_config.h)
-            continue;;
-
 	# sys/sysctl.h is unsupported for x32.
 	(sys/sysctl.h)
             case "$is_x32" in