From 1575612e2eadea08d4acdcbd25c904c1dd519349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=BCller?= Date: Fri, 11 Aug 2023 17:20:15 -0700 Subject: [PATCH] remove unused code --- runtime/interpreter/interpreter.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/runtime/interpreter/interpreter.go b/runtime/interpreter/interpreter.go index fdd5d7ab19..c5aa4d909c 100644 --- a/runtime/interpreter/interpreter.go +++ b/runtime/interpreter/interpreter.go @@ -4433,11 +4433,6 @@ func (interpreter *Interpreter) authAccountCheckFunction(addressValue AddressVal ) } -var AuthAccountReferenceStaticType = ReferenceStaticType{ - ReferencedType: PrimitiveStaticTypeAuthAccount, - Authorization: UnauthorizedAccess, -} - func (interpreter *Interpreter) getEntitlement(typeID common.TypeID) (*sema.EntitlementType, error) { location, qualifiedIdentifier, err := common.DecodeTypeID(interpreter, string(typeID)) if err != nil {