ternjs / tern

A JavaScript code analyzer for deep, cross-editor language support
https://ternjs.net/
MIT License
4.25k stars 378 forks source link

Remove some unused code #1043

Open joepie91 opened 3 years ago

joepie91 commented 3 years ago

Removes a function that is not referenced from anywhere except from within itself. All tests pass after removal.