1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Remove stray function

This commit is contained in:
Shane Kilkelly 2020-06-03 11:25:57 +01:00
parent 92a4be8a03
commit e131755bc1

View file

@ -33,13 +33,6 @@ function print_sub_sub_point() {
echo "$(indent_to_level 2)- $*"
}
function check_for_binary() {
local name="$1"
if [[ -z $(command -v "$name") ]]; then
report_error "$name not found"
fi
}
function check_host_information() {
print_heading "Host Information"