Browse Source

compileAndBuildVLCKit.sh: remove unused variables

Alexandre Janniaux 5 years ago
parent
commit
6594be45c5
1 changed files with 0 additions and 3 deletions
  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