Browse Source

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>
Petr Vorel 3 years ago
parent
commit
a95c353a46
1 changed files with 0 additions and 2 deletions
  1. 0 2
      support/dependencies/dependencies.sh

+ 0 - 2
support/dependencies/dependencies.sh

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