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
This commit is contained in:
sbc 2015-04-06 14:00:45 -07:00 коммит произвёл Commit bot
Родитель 510de605f8
Коммит b423d00eb9
1 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -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)