orthecreedence / cl-async

Asynchronous IO library for Common Lisp.
MIT License
275 stars 40 forks source link

Remove defs of variables that are never read. #196

Closed rpgoldman closed 1 year ago

rpgoldman commented 1 year ago

Quiets a bunch of compiler warnings.

orthecreedence commented 1 year ago

If they aren't being used, seems better to just remove them vs comment them out. If you make that change, I'll merge :). Also, sorry for the lag in response, was away from my computer for a few weeks.

orthecreedence commented 1 year ago

Perfect, thank you.