summaryrefslogtreecommitdiffstats
path: root/chromium/tools/cr/cr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/cr/cr.sh')
-rwxr-xr-xchromium/tools/cr/cr.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/tools/cr/cr.sh b/chromium/tools/cr/cr.sh
deleted file mode 100755
index 5d1c13ade4a..00000000000
--- a/chromium/tools/cr/cr.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# Copyright 2013 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.
-
-echo "*************************************************"
-echo "* Do not source cr.sh ***************************"
-echo "*************************************************"
-echo "* You need to source cr-bash-helpers.sh instead *"
-echo "* This file will stop working and be removed *"
-echo "* soon. *"
-echo "*************************************************"
-source $(dirname $(realpath "${BASH_SOURCE:-$0}"))/cr-bash-helpers.sh