From 21df1cf7efdc4298ab30d00709a8fd88483db3f3 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Mon, 16 May 2016 13:57:56 -0700 Subject: [PATCH] Remove unused Runner.xcconfig.template (#2692) --- sky/build/Runner.xcconfig.template | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sky/build/Runner.xcconfig.template diff --git a/sky/build/Runner.xcconfig.template b/sky/build/Runner.xcconfig.template deleted file mode 100644 index 6aa8fa50f3a..00000000000 --- a/sky/build/Runner.xcconfig.template +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2015 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// -// Do NOT modify any of these configurations. These are specific to the runner. -// - -// This is the architecture the runner was built to target -{% if target_arch == "arm" %} -FLUTTER_TARGET_ARCH=armv7 -{% else %} -FLUTTER_TARGET_ARCH={{target_arch}} -{% endif %}