dfinity / motoko-base

The Motoko base library
Apache License 2.0
483 stars 99 forks source link

Code Refactoring: Curate More Unused Declarations #636

Closed luc-blaeser closed 5 months ago

luc-blaeser commented 5 months ago

Refactor base library to avoid warnings of the improved unused declaration detection, see bug fix https://github.com/dfinity/motoko/pull/4560 for https://github.com/dfinity/motoko/issues/4508.

luc-blaeser commented 5 months ago

Thank you! Btw: I measured the performance difference betweek _ and _... and it was zero, which is good.