Unverified Commit 5cc87a5e authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Remove dead variable from xcode_backend (#55790)

parent 4f8634e7
......@@ -260,7 +260,6 @@ ThinFramework() {
local framework_dir="$1"
shift
local plist_path="${framework_dir}/Info.plist"
local executable="$(GetFrameworkExecutablePath "${framework_dir}")"
LipoExecutable "${executable}" "$@"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment