浏览代码

compileAndBuildVLCKit.sh: remove unused variables

Alexandre Janniaux 5 年之前
父节点
当前提交
6594be45c5
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      compileAndBuildVLCKit.sh

+ 0 - 3
compileAndBuildVLCKit.sh

@@ -441,9 +441,6 @@ if [ "$BUILD_SIMULATOR" != "no" ]; then
     buildMobileKit iphonesimulator
 fi
 
-DEVICEARCHS=""
-SIMULATORARCHS=""
-
 if [ "$TVOS" = "yes" ]; then
     build_universal_static_lib "AppleTV"
 fi