support/dependencies: don't check for `which'

It's requirement has been removed in previous commit.

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Petr Vorel 2021-09-21 22:51:12 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent ca6a2907c2
commit a95c353a46

View File

@ -65,8 +65,6 @@ check_prog_host()
fi
}
# Verify that which is installed
check_prog_host "which"
# Verify that sed is installed
check_prog_host "sed"