IBatsios / capstone

4 stars 0 forks source link

Remove defined and unused variables #168

Closed mjmccull0 closed 4 years ago

mjmccull0 commented 4 years ago

Some variable are not longer used; but still defined. They should all be removed, with the exception of state and dispatch variables. Removing those, even though unused, breaks the front-end. It seems that they are used even though there is a warning message.