summaryrefslogtreecommitdiffstats
path: root/tpl/inflect/inflect.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/inflect/inflect.go')
-rw-r--r--tpl/inflect/inflect.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/tpl/inflect/inflect.go b/tpl/inflect/inflect.go
index 9c13238b5..e66aee72f 100644
--- a/tpl/inflect/inflect.go
+++ b/tpl/inflect/inflect.go
@@ -28,9 +28,6 @@ func New() *Namespace {
// Namespace provides template functions for the "inflect" namespace.
type Namespace struct{}
-// Namespace returns a pointer to the current namespace instance.
-func (ns *Namespace) Namespace() *Namespace { return ns }
-
// Humanize returns the humanized form of a single parameter.
//
// If the parameter is either an integer or a string containing an integer