1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-12-25 15:26:30 +00:00

removing unused things

This commit is contained in:
Vincent Batts 2013-10-03 23:51:45 -04:00
parent 70072f7a59
commit ff0998af4c

View file

@ -18,15 +18,11 @@ import (
"github.com/vbatts/imgsrv/hash"
"github.com/vbatts/imgsrv/types"
"github.com/vbatts/imgsrv/util"
"labix.org/v2/mgo"
)
var (
defaultPageLimit int = 25
serverConfig config.Config
mongo_session *mgo.Session // FIXME make this not global
images_db *mgo.Database // FIXME make this not global
du dbutil.Util
)