1
0
mirror of https://github.com/astaxie/beego.git synced 2024-09-28 14:51:50 +00:00

remove unused cache

This commit is contained in:
JessonChan 2016-03-04 12:01:04 +08:00
parent 1f46c1d231
commit 6747c55a81

View File

@ -16,7 +16,6 @@ package beego
import ( import (
"fmt" "fmt"
"html/template"
"os" "os"
"path/filepath" "path/filepath"
"strings" "strings"
@ -106,8 +105,6 @@ var (
AppConfig *beegoAppConfig AppConfig *beegoAppConfig
// AppPath is the absolute path to the app // AppPath is the absolute path to the app
AppPath string AppPath string
// TemplateCache stores template caching
TemplateCache map[string]*template.Template
// GlobalSessions is the instance for the session manager // GlobalSessions is the instance for the session manager
GlobalSessions *session.Manager GlobalSessions *session.Manager