1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2025-01-12 23:20:06 +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/hash"
"github.com/vbatts/imgsrv/types" "github.com/vbatts/imgsrv/types"
"github.com/vbatts/imgsrv/util" "github.com/vbatts/imgsrv/util"
"labix.org/v2/mgo"
) )
var ( var (
defaultPageLimit int = 25 defaultPageLimit int = 25
serverConfig config.Config serverConfig config.Config
mongo_session *mgo.Session // FIXME make this not global
images_db *mgo.Database // FIXME make this not global
du dbutil.Util du dbutil.Util
) )