aboutsummaryrefslogtreecommitdiff
path: root/weed/messaging/msgclient/chan_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/messaging/msgclient/chan_config.go')
-rw-r--r--weed/messaging/msgclient/chan_config.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/weed/messaging/msgclient/chan_config.go b/weed/messaging/msgclient/chan_config.go
deleted file mode 100644
index a75678815..000000000
--- a/weed/messaging/msgclient/chan_config.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package msgclient
-
-func (mc *MessagingClient) DeleteChannel(chanName string) error {
- return mc.DeleteTopic("chan", chanName)
-}