瀏覽代碼

Remove unused func

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)