summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kernel.spec10
1 files changed, 0 insertions, 10 deletions
diff --git a/kernel.spec b/kernel.spec
index 6ced12699..d88c7df46 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1063,16 +1063,6 @@ done
rm -f kernel-%{version}-*debug.config
%endif
-CheckConfigs() {
- ./check_configs.awk $1 $2 > .mismatches
- if [ -s .mismatches ]
- then
- echo "Error: Mismatches found in configuration files"
- cat .mismatches
- exit 1
- fi
-}
-
# enable GCOV kernel config options if gcov is on
%if %{with_gcov}
for i in *.config