Remove old function

Follow on from 3936d6afc0.
This commit is contained in:
Luke Murphy 2020-12-31 18:06:20 +01:00
parent 4e99cf1ded
commit 5da9f26076
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 6 deletions

6
abra
View File

@ -306,12 +306,6 @@ fi
###### Safety checks
require_multitail() {
if ! type multitail > /dev/null 2>&1; then
error "multitail program is not installed"
fi
}
require_abra_dir() {
mkdir -p "$ABRA_DIR"
}