omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Clean up unnecessary or missing imports/variables #64

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

[chore]

We have a few unnecessary or missing imports/variables throughout the project.

Links to the offending snippets below:

  1. Math.sol seems to be an unnecessary import: https://github.com/omisego/plasma-mvp/blob/da40c2ccce7e7a06c7d30ecae211834d1e2dc2b2/plasma/root_chain/contracts/RootChain/RootChain.sol#L3

  2. recentBlock isn’t used anywhere: https://github.com/omisego/plasma-mvp/blob/da40c2ccce7e7a06c7d30ecae211834d1e2dc2b2/plasma/root_chain/contracts/RootChain/RootChain.sol#L38

  3. ByteUtils is used but never imported: https://github.com/omisego/plasma-mvp/blob/4b119a80dd20e2dd8bb4b4cb2dda67d3b88d6f40/plasma/root_chain/contracts/RootChain/RootChain.sol#L138

smartcontracts commented 6 years ago

Closed by #72