summaryrefslogtreecommitdiffstats
path: root/gateway/bridgemap/bgitter.go
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/bridgemap/bgitter.go')
-rw-r--r--gateway/bridgemap/bgitter.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/gateway/bridgemap/bgitter.go b/gateway/bridgemap/bgitter.go
deleted file mode 100644
index 64b3c259..00000000
--- a/gateway/bridgemap/bgitter.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// +build !nogitter
-
-package bridgemap
-
-import (
- bgitter "github.com/42wim/matterbridge/bridge/gitter"
-)
-
-func init() {
- FullMap["gitter"] = bgitter.New
-}