Lutz Roeder пре 3 година
родитељ
комит
e1d5bd801a
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      tools/coreml

+ 0 - 1
tools/coreml

@@ -44,7 +44,6 @@ while [ "$#" != 0 ]; do
     case "${command}" in
         "clean") clean;;
         "sync") sync;;
-        "install") install;;
         "schema") schema;;
     esac
 done