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:
parent
70072f7a59
commit
ff0998af4c
1 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue