Drop the dead enter_chroot error script.

BUG=None
TEST=n/a; anything using this path was already broke.

Change-Id: Ie120009a633ef58115bc0ec8eb0a62b273226440
Reviewed-on: https://gerrit.chromium.org/gerrit/31215
Commit-Ready: Brian Harring <ferringb@chromium.org>
Tested-by: Brian Harring <ferringb@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
This commit is contained in:
Brian Harring 2012-08-23 08:07:38 -07:00 committed by Gerrit
parent 5e2e27345f
commit ac6712fed3

View File

@ -1,10 +0,0 @@
#!/bin/bash
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
echo "This command is deprecated, please run cros_sdk $*"
# Run 'gclient' to sync depot_tools. Just in case.
gclient &> /dev/null
exit 1