summaryrefslogtreecommitdiff
path: root/usage.go
diff options
context:
space:
mode:
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 f3f9fe6..cbbb021 100644
--- a/usage.go
+++ b/usage.go
@@ -254,7 +254,3 @@ func synopsis(spec *spec, form string) string {
}
return form + " " + spec.placeholder
}
-
-func ptrTo(s string) *string {
- return &s
-}