From 6747c55a8115486e6fd7884e4773739cdb402a60 Mon Sep 17 00:00:00 2001 From: JessonChan Date: Fri, 4 Mar 2016 12:01:04 +0800 Subject: [PATCH] remove unused cache --- config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.go b/config.go index 876dbe01..2761e7cb 100644 --- a/config.go +++ b/config.go @@ -16,7 +16,6 @@ package beego import ( "fmt" - "html/template" "os" "path/filepath" "strings" @@ -106,8 +105,6 @@ var ( AppConfig *beegoAppConfig // AppPath is the absolute path to the app AppPath string - // TemplateCache stores template caching - TemplateCache map[string]*template.Template // GlobalSessions is the instance for the session manager GlobalSessions *session.Manager