From b423d00eb90174c0f0601d48d430990f7d55aad2 Mon Sep 17 00:00:00 2001 From: sbc Date: Mon, 6 Apr 2015 14:00:45 -0700 Subject: [PATCH] Remove legacy install-arm-sysroot.py script This was merged with install-debian.wheezy.sysroot.py a long time ago. Review URL: https://codereview.chromium.org/1050983003 Cr-Original-Commit-Position: refs/heads/master@{#323944} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 3032c44335a61721d52c624fc74631951e7ca6be --- linux/install-arm-sysroot.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 linux/install-arm-sysroot.py diff --git a/linux/install-arm-sysroot.py b/linux/install-arm-sysroot.py deleted file mode 100755 index 495fc7575..000000000 --- a/linux/install-arm-sysroot.py +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env python -# Copyright (c) 2012 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. - -import sys - -msg = '''\ -ERROR: This script has merged with install-debian.wheezy.sysroot.py. -Please use that instead (with --arch=arm). -''' -sys.stderr.write(msg)