onflow / cadence

Cadence, the resource-oriented smart contract programming language 🏃‍♂️
https://cadence-lang.org
Apache License 2.0
534 stars 138 forks source link

Remove unused Identifier() function from structs implementing atree.TypeInfo #3674

Closed fxamacker closed 2 weeks ago

fxamacker commented 2 weeks ago

Currently, structs implementing atree.TypeInfo are still implementing the unused Indentifier() function.

Identifier() was removed from atree.TypeInfo interface so we don't need to implement it.