From ef88eec96db43303bf6a81a2dcb2f3cd876d2c23 Mon Sep 17 00:00:00 2001 From: cameronts Date: Fri, 30 Sep 2022 13:35:14 -0700 Subject: [PATCH] Remove just 1 function --- ee/util.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ee/util.go b/ee/util.go index 570e6b2b..d61a9f83 100644 --- a/ee/util.go +++ b/ee/util.go @@ -8,12 +8,6 @@ import ( var isEnterprise bool -// IsEnterprise - checks if enterprise binary or not -func IsEnterprise() bool { - logic.SetEEForTelemetry(isEnterprise) - return isEnterprise -} - // setIsEnterprise - sets server to use enterprise features func setIsEnterprise() { isEnterprise = true