Commit d918da64 authored by borenet's avatar borenet Committed by Commit bot

Remove apply_gerrit_ref from bot_update recipe API

BUG=skia:5588

Review-Url: https://codereview.chromium.org/2453663004
parent 03832ffc
......@@ -44,8 +44,7 @@ class BotUpdateApi(recipe_api.RecipeApi):
return self._last_returned_properties
# DO NOT USE.
# The below method will be removed after there are no more callers of
# tryserver.maybe_apply_issue (skbug.com/5588).
# TODO(tandrii): refactor this into tryserver.maybe_apply_patch
def apply_gerrit_ref(self, root, gerrit_no_reset=False,
gerrit_no_rebase_patch_ref=False, **kwargs):
apply_gerrit_path = self.resource('apply_gerrit.py')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment