Explorar o código

Remove unused func

gabrielseibel1 %!s(int64=2) %!d(string=hai) anos
pai
achega
c04b5a9e5d
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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)