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:
parent
92a4be8a03
commit
e131755bc1
1 changed files with 0 additions and 7 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue