From db06f186ff6deacb9c64aa4a9fe2dded703b8221 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Tue, 27 Sep 2011 14:16:08 +0000 Subject: [PATCH] Remove stale git_cl directory. It was kept to easy the transition but it's been a while now. TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8056005 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@102924 0039d316-1c4b-4281-b951-d872f2087c98 --- git_cl/git-cl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 git_cl/git-cl diff --git a/git_cl/git-cl b/git_cl/git-cl deleted file mode 100755 index 25ca6427e3..0000000000 --- a/git_cl/git-cl +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -# Copyright (c) 2011 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. - -base_dir=$(dirname "$0") - -"$base_dir"/../git_cl.py "$@"