Remove dead variable from xcode_backend (#55790)

This commit is contained in:
Jenn Magder 2020-04-27 17:05:54 -07:00 committed by GitHub
parent 4f8634e7d1
commit 5cc87a5ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,7 +260,6 @@ ThinFramework() {
local framework_dir="$1"
shift
local plist_path="${framework_dir}/Info.plist"
local executable="$(GetFrameworkExecutablePath "${framework_dir}")"
LipoExecutable "${executable}" "$@"
}