summaryrefslogtreecommitdiffstats
path: root/tpl/os/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/os/init.go')
-rw-r--r--tpl/os/init.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/tpl/os/init.go b/tpl/os/init.go
index 0b52ddea2..3ef8702d6 100644
--- a/tpl/os/init.go
+++ b/tpl/os/init.go
@@ -55,13 +55,6 @@ func init() {
},
)
- ns.AddMethodMapping(ctx.Stat,
- []string{"fileStat"},
- [][2]string{
- {`{{ (fileStat "files/README.txt").Size }}`, `11`},
- },
- )
-
return ns
}