Skip to content

lib: remove useless getLibuvNow in internal/timers

Remove unused getLibuvNow in lib/internal/timers.js since we are using this function through internalBinding('timers') directly in lib/timers.js. Maybe make bit of optimization ?

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading