Skip to content

Commit 3a4eca3

Browse files
authored
Update cherry_pick.js
1 parent 37d6303 commit 3a4eca3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/cherry_pick.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ export default class CherryPick {
3636
return this.options.lint;
3737
}
3838

39-
getUpstreamHead() {
40-
const { upstream, branch } = this;
41-
return runSync('git', ['rev-parse', `${upstream}/${branch}`]).trim();
42-
}
43-
4439
getCurrentRev() {
4540
return runSync('git', ['rev-parse', 'HEAD']).trim();
4641
}

0 commit comments

Comments
 (0)