mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
remove unused code (#27134)
Signed-off-by: xiedeyantu <czjourney@163.com>
This commit is contained in:
parent
599012a340
commit
a66d1cf4ff
@ -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;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user