diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-11-16 17:58:06 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-11-16 20:32:43 +0100 |
commit | ad43d137d5382836ed7b173bd33ccac4b19a0e8d (patch) | |
tree | bf7f64c536024f6f64993e60d5accd54473857dd /tpl/collections/init.go | |
parent | f7fc6ccd59e6ca1e784cba3d9133640b02fa6d20 (diff) | |
download | hugo-ad43d137d5382836ed7b173bd33ccac4b19a0e8d.tar.gz hugo-ad43d137d5382836ed7b173bd33ccac4b19a0e8d.zip |
Remove deprecations <= v0.122.0 (note)
These have, once we release this, been logging ERROR for 6 minor versions.
Diffstat (limited to 'tpl/collections/init.go')
-rw-r--r-- | tpl/collections/init.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tpl/collections/init.go b/tpl/collections/init.go index 20711f9e4..f89651326 100644 --- a/tpl/collections/init.go +++ b/tpl/collections/init.go @@ -67,11 +67,6 @@ func init() { [][2]string{}, ) - ns.AddMethodMapping(ctx.EchoParam, - []string{"echoParam"}, - [][2]string{}, - ) - ns.AddMethodMapping(ctx.First, []string{"first"}, [][2]string{}, |