Remove dead CheckConfigs

This commit is contained in:
Laura Abbott 2019-10-21 14:29:38 -04:00
parent 43d94d3476
commit 204759e479
1 changed files with 0 additions and 10 deletions

View File

@ -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