From a66d1cf4ffb261e913b4465b76220ddff3726252 Mon Sep 17 00:00:00 2001 From: chen Date: Mon, 16 Oct 2023 23:06:08 +0800 Subject: [PATCH] remove unused code (#27134) Signed-off-by: xiedeyantu --- scripts/install_deps.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index e9b37ee11f..c5b0e3f8a7 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -74,12 +74,6 @@ then exit fi -if ! command -v cmake &> /dev/null -then - echo "cmake could not be found, please install it" - exit -fi - unameOut="$(uname -s)" case "${unameOut}" in Linux*) install_linux_deps;;