Index: tools/push-to-trunk/git_recipes.py |
diff --git a/tools/push-to-trunk/git_recipes.py b/tools/push-to-trunk/git_recipes.py |
index 77ece5fb50d574074d4917c57d27ceb9f0e13ff6..cabb78a42d54dee69254a5fc729065c545694edf 100644 |
--- a/tools/push-to-trunk/git_recipes.py |
+++ b/tools/push-to-trunk/git_recipes.py |
@@ -231,10 +231,6 @@ class GitRecipesMixin(object): |
def GitPresubmit(self, **kwargs): |
self.Git("cl presubmit", "PRESUBMIT_TREE_CHECK=\"skip\"", **kwargs) |
- def GitDCommit(self, **kwargs): |
- self.Git( |
- "cl dcommit -f --bypass-hooks", retry_on=lambda x: x is None, **kwargs) |
- |
def GitCLLand(self, **kwargs): |
self.Git( |
"cl land -f --bypass-hooks", retry_on=lambda x: x is None, **kwargs) |