bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.6k stars 523 forks source link

Remove knuth div that is left in source code #243

Closed rakita closed 1 year ago

rakita commented 1 year ago

After ruint is merged remove dead code from src/instructions/i256.rs

rakita commented 1 year ago

removed in pull request https://github.com/bluealloy/revm/pull/239