EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

unused variable #4425

Closed 7flash closed 6 years ago

7flash commented 6 years ago

https://github.com/EOSIO/eos/blob/90fefdd12a4797e47890910f11dd7b60f1435ed4/contracts/exchange/exchange.cpp#L219

andriantolie commented 6 years ago

It's not unused. If you expand EOSIO_ABI, you will see where it's being called.