Skip to content

Commit

Permalink
Remove unused UnrenameFunc method
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Sep 13, 2023
1 parent 4d4ae1c commit cf5f257
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sdk/resource/internal/schema/resconv/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,3 @@ func (a *attributes) ReplaceKey(orig, repl string) {
func (a *attributes) RenameFunc() func(string, string) {
return func(orig, repl string) { a.ReplaceKey(orig, repl) }
}

func (a *attributes) UnrenameFunc() func(string, string) {
return func(orig, repl string) { a.ReplaceKey(repl, orig) }
}

0 comments on commit cf5f257

Please sign in to comment.