shnewto / bnf

Parse BNF grammar definitions
MIT License
256 stars 22 forks source link

Remove dead code allowances #8

Closed CrockAgile closed 6 years ago

CrockAgile commented 6 years ago

I assumed the #[allow(dead_code)] was leftover from development and removed them. However since I was not seeing the compiler give warnings previously, I am not sure if they were truly unnecessary.

shnewto commented 6 years ago

Ah yeah, they were functions that I wanted to keep around despite not actually using them at the time. Looks like the warnings are gone now anyway.