Remove a unnecessary check for sed inside znc-buildmod

This should of been removed in 44fb494d66
This commit is contained in:
Kyle Fuller
2011-03-12 17:55:17 +00:00
parent 9506d7e32b
commit fa8463ddb8
-2
View File
@@ -13,7 +13,6 @@ PATH="$bindir:$PATH"
# Check if we got everything we need
SED=sed
ZNC_CONFIG=znc-config
check_binary()
@@ -25,7 +24,6 @@ check_binary()
fi
}
check_binary "${SED}"
check_binary "${ZNC_CONFIG}" "Please (re)install ZNC."
if test "x$CXX" = "x" ; then