summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/routers/install.go b/routers/install.go
index c5d7972153..b252308011 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -25,7 +25,6 @@ import (
"github.com/gogits/gogs/modules/mailer"
"github.com/gogits/gogs/modules/middleware"
"github.com/gogits/gogs/modules/setting"
- "github.com/gogits/gogs/modules/social"
"github.com/gogits/gogs/modules/user"
)
@@ -46,7 +45,6 @@ func checkRunMode() {
func NewServices() {
setting.NewServices()
mailer.NewContext()
- social.NewOauthService()
}
// GlobalInit is for global configuration reload-able.