lewang / flx

Fuzzy matching for Emacs ... a la Sublime Text.
GNU General Public License v3.0
518 stars 37 forks source link

Remove unused and deprecated ‘cl’ library #104

Closed phst closed 3 years ago

PythonNut commented 3 years ago

Is there a way to be sure cl is unused?

oscarfv commented 3 years ago

Given that this is a test file and hence there should be not skipped execution paths, if it runs successfully without cl then we can conclude that it is not required, right?

phst commented 3 years ago

Yes, I'm pretty sure the test would fail if the llibrary were required.

PythonNut commented 3 years ago

Sounds legit