hyperledger / solang

Solidity Compiler for Solana and Polkadot
https://solang.readthedocs.io/
Apache License 2.0
1.25k stars 210 forks source link

Polkadot: Do not emit the storage initializer twice #1500

Closed xermicus closed 1 year ago

xermicus commented 1 year ago

There is no need to deliberately emit the storage initializer CFG a second time. It just ends up as dead code because it's being emitted anyways.