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 {