remove unused code (#27134)

Signed-off-by: xiedeyantu <czjourney@163.com>
pull/27736/head
chen 2023-10-16 23:06:08 +08:00 committed by GitHub
parent 599012a340
commit a66d1cf4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -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;;