refactor: remove unused function

This commit is contained in:
LeoZhan 2021-04-08 00:20:56 +08:00
parent bd6844a20d
commit 4f2ab5c009
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
}