зеркало из https://github.com/mislav/hub.git
Remove unused method
This commit is contained in:
Родитель
6380325c35
Коммит
bf3def3d87
|
@ -96,12 +96,6 @@ func writePullRequestChanges(repo *Repo, messageFile string) error {
|
|||
return ioutil.WriteFile(messageFile, []byte(message), 0644)
|
||||
}
|
||||
|
||||
func getLocalBranch(branchName string) string {
|
||||
result := strings.Split(branchName, ":")
|
||||
|
||||
return result[len(result)-1]
|
||||
}
|
||||
|
||||
func buildEditCommand(repo *Repo, messageFile string) *ExecCmd {
|
||||
editor := repo.Editor
|
||||
editCmd := NewExecCmd(editor)
|
||||
|
|
Загрузка…
Ссылка в новой задаче