From b372c52b2f428c477cb0cdcff9a299ac633b279d Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 4 Dec 2020 16:23:05 -0800 Subject: [PATCH] Remove unused local from xcode_backend (#71752) --- packages/flutter_tools/bin/xcode_backend.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/flutter_tools/bin/xcode_backend.sh b/packages/flutter_tools/bin/xcode_backend.sh index c4df0b5cc0f..8172ec38234 100755 --- a/packages/flutter_tools/bin/xcode_backend.sh +++ b/packages/flutter_tools/bin/xcode_backend.sh @@ -275,11 +275,6 @@ ThinAppFrameworks() { # Adds the App.framework as an embedded binary and the flutter_assets as # resources. EmbedFlutterFrameworks() { - local project_path="${SOURCE_ROOT}/.." - if [[ -n "$FLUTTER_APPLICATION_PATH" ]]; then - project_path="${FLUTTER_APPLICATION_PATH}" - fi - # Embed App.framework from Flutter into the app (after creating the Frameworks directory # if it doesn't already exist). local xcode_frameworks_dir="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"