summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/funcs.go b/funcs.go
index 1b4556d2..d375f5b6 100644
--- a/funcs.go
+++ b/funcs.go
@@ -9,13 +9,6 @@ import (
"github.com/hairyhenderson/gomplate/v4/internal/funcs"
)
-// Funcs -
-//
-// Deprecated: use [CreateFuncs] instead
-func Funcs(d *data.Data) template.FuncMap {
- return CreateFuncs(context.Background(), d)
-}
-
// CreateFuncs - function mappings are created here
//
//nolint:staticcheck