shibukawa / oktavia

Full text search engine for JS environments
MIT License
70 stars 11 forks source link

remove definitions of unused variables #17

Closed gfx closed 11 years ago

gfx commented 11 years ago

Version 0.9.62 of JSX compiler introduces "unused" warnings to detect unused variables, and thus there are some unused variables found in this project.

This pull-req removes unused variables although I'm not sure it's correct. Thanks.

shibukawa commented 11 years ago

Thank you for your help. Your commit and my commit (49bfd0d) remove all warnings.