delete unused function

This commit is contained in:
uturunku1 2021-12-15 14:22:32 -08:00 committed by Sebastian Rivera
parent 0b8bb29a61
commit 8090b23db7
1 changed files with 0 additions and 5 deletions

View File

@ -374,11 +374,6 @@ in order to capture the filesystem context the remote workspace expects:
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 {
for _, stage := range stages {
if stage.Stage == name {