gabrielseibel1 пре 2 година
родитељ
комит
c04b5a9e5d
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      ee/license.go

+ 0 - 3
ee/license.go

@@ -175,9 +175,6 @@ func FetchApiServerKeys() (pub *[32]byte, priv *[32]byte, err error) {
 	return pub, priv, nil
 }
 
-func failValidation(err error) {
-}
-
 func getLicensePublicKey(licensePubKeyEncoded string) (*[32]byte, error) {
 	decodedPubKey := base64decode(licensePubKeyEncoded)
 	return ncutils.ConvertBytesToKey(decodedPubKey)