summaryrefslogtreecommitdiff
path: root/usage.go
diff options
context:
space:
mode:
authorAlex Flint <[email protected]>2021-04-07 11:32:48 -0700
committerGitHub <[email protected]>2021-04-07 11:32:48 -0700
commitcf2205c84db73b0c2be62a8981c2f61399b32d4a (patch)
treefcc89c916e422916f6c35dd2ba5da91f16d487f1 /usage.go
parentbd6844a20d4ddb26d861917f81bde1e884435505 (diff)
parent4f2ab5c00934c09870a127df353abcd056d17323 (diff)
Merge pull request #144 from leozhantw/refactor/remove-unused-function
refactor: remove unused function
Diffstat (limited to 'usage.go')
-rw-r--r--usage.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/usage.go b/usage.go
index a741570..776ac03 100644
--- a/usage.go
+++ b/usage.go
@@ -228,7 +228,3 @@ func synopsis(spec *spec, form string) string {
}
return form + " " + spec.placeholder
}
-
-func ptrTo(s string) *string {
- return &s
-}