mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-20 22:17:23 +02:00
- functions were already removed - variables can be removed when their initializer does not have side effects - classes can be removed when they have no static blocks Fixes #21337