From 5e8bb9a26b85e28ca0ea83893e133af3d50aa74e Mon Sep 17 00:00:00 2001 From: "tandrii@chromium.org" Date: Tue, 15 Mar 2016 14:48:13 +0000 Subject: [PATCH] Remove legacy DownloadHooks as no longer used. R=andybons@chromium.org,jbudorick@chromium.org BUG=579176 Review URL: https://codereview.chromium.org/1763153002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@299295 0039d316-1c4b-4281-b951-d872f2087c98 --- git_cl.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/git_cl.py b/git_cl.py index f3606bfc3..936d1ac51 100755 --- a/git_cl.py +++ b/git_cl.py @@ -1575,9 +1575,6 @@ def DownloadGerritHook(force): 'into .git/hooks/commit-msg and ' 'chmod +x .git/hooks/commit-msg' % src) -# TODO(tandrii): remove this once repos which call this method directly are -# upgraded. See http://crbug.com/579176. -DownloadHooks = DownloadGerritHook def GetRietveldCodereviewSettingsInteractively():