gabrielseibel1 2 лет назад
Родитель
Сommit
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)