From 9492111fec3b20296ffb0b28483c42f75f717e77 Mon Sep 17 00:00:00 2001 From: elraphty Date: Fri, 16 Feb 2024 17:23:05 +0100 Subject: [PATCH] removed redundant function --- config/config.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/config.go b/config/config.go index e8c932f2d..36059cc8b 100644 --- a/config/config.go +++ b/config/config.go @@ -102,10 +102,6 @@ func InitConfig() { } } -func CheckRelayAuthKey(authKey string) { - -} - func StripSuperAdmins(adminStrings string) []string { superAdmins := []string{} if adminStrings != "" {