delete unused function
This commit is contained in:
parent
0b8bb29a61
commit
8090b23db7
|
@ -374,11 +374,6 @@ in order to capture the filesystem context the remote workspace expects:
|
||||||
return r, nil
|
return r, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// String returns a pointer to the given string.
|
|
||||||
func String(v string) *string {
|
|
||||||
return &v
|
|
||||||
}
|
|
||||||
|
|
||||||
func getTaskStageIDByName(stages []*tfe.TaskStage, name string) *string {
|
func getTaskStageIDByName(stages []*tfe.TaskStage, name string) *string {
|
||||||
for _, stage := range stages {
|
for _, stage := range stages {
|
||||||
if stage.Stage == name {
|
if stage.Stage == name {
|
||||||
|
|
Loading…
Reference in New Issue