Skip to content

Commit 5cc87a5

Browse files
authored
Remove dead variable from xcode_backend (flutter#55790)
1 parent 4f8634e commit 5cc87a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/flutter_tools/bin/xcode_backend.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ ThinFramework() {
260260
local framework_dir="$1"
261261
shift
262262

263-
local plist_path="${framework_dir}/Info.plist"
264263
local executable="$(GetFrameworkExecutablePath "${framework_dir}")"
265264
LipoExecutable "${executable}" "$@"
266265
}

0 commit comments

Comments
 (0)