summaryrefslogtreecommitdiffstats
path: root/subcmds/cherry_pick.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/cherry_pick.py')
-rw-r--r--subcmds/cherry_pick.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/subcmds/cherry_pick.py b/subcmds/cherry_pick.py
index 4b7f1412..fc4998c3 100644
--- a/subcmds/cherry_pick.py
+++ b/subcmds/cherry_pick.py
@@ -32,9 +32,6 @@ The change id will be updated, and a reference to the old
32change id will be added. 32change id will be added.
33""" 33"""
34 34
35 def _Options(self, p):
36 pass
37
38 def ValidateOptions(self, opt, args): 35 def ValidateOptions(self, opt, args):
39 if len(args) != 1: 36 if len(args) != 1:
40 self.Usage() 37 self.Usage()