1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 20:10:40 +00:00

remove the dead code

This commit is contained in:
astaxie
2015-09-17 23:47:26 +08:00
parent e665a7dd32
commit 4823a0f114
6 changed files with 5 additions and 44 deletions

View File

@ -48,8 +48,6 @@ var redispder = &Provider{}
// redis max pool size
var MaxPoolSize = 100
var redisPool chan redis.Conn
// SessionStore redis session store
type SessionStore struct {
p *redis.Pool