Browse Source

Remove just 1 function

cameronts 2 years ago
parent
commit
ef88eec96d
1 changed files with 0 additions and 6 deletions
  1. 0 6
      ee/util.go

+ 0 - 6
ee/util.go

@@ -8,12 +8,6 @@ import (
 
 
 var isEnterprise bool
 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
 // setIsEnterprise - sets server to use enterprise features
 func setIsEnterprise() {
 func setIsEnterprise() {
 	isEnterprise = true
 	isEnterprise = true