Remove just 1 function

This commit is contained in:
cameronts 2022-09-30 13:35:14 -07:00
parent c97d6cfd66
commit ef88eec96d

View file

@ -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