From 204759e479ebc7ae090b21324c008c6d64b6e9df Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Oct 22 2019 12:43:38 +0000 Subject: Remove dead CheckConfigs --- diff --git a/kernel.spec b/kernel.spec index 6ced126..d88c7df 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