mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
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
|
||||
}
|
||||
|
||||
// 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user