Merge pull request #144 from leozhantw/refactor/remove-unused-function

refactor: remove unused function
This commit is contained in:
Alex Flint 2021-04-07 11:32:48 -07:00 committed by GitHub
commit cf2205c84d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -228,7 +228,3 @@ func synopsis(spec *spec, form string) string {
}
return form + " " + spec.placeholder
}
func ptrTo(s string) *string {
return &s
}