aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/html/html.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/html/html.go')
-rw-r--r--pkg/html/html.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/html/html.go b/pkg/html/html.go
index 5429606e2..4893b8377 100644
--- a/pkg/html/html.go
+++ b/pkg/html/html.go
@@ -30,11 +30,6 @@ var globSearchPath = func() string {
return "templates/"
}()
-// SetGlobSearchPath overrides the default path where syzkaller looks for templates.
-func SetGlobSearchPath(path string) {
- globSearchPath = path
-}
-
func CreateGlob(glob string) *template.Template {
if strings.Contains(glob, string(filepath.Separator)) {
panic("glob can't be a path, the files mask is expected")