Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Aug 12, 2023
1 parent 5f5c0c8 commit 1575612
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions runtime/interpreter/interpreter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1575612

Please sign in to comment.