Skip to content
  • Jess's avatar
    Remove unused imports of the form 'import foo ()' (Fixes #17065) · ca71d551
    Jess authored and Marge Bot's avatar Marge Bot committed
    These kinds of imports are necessary in some cases such as
    importing instances of typeclasses or intentionally creating
    dependencies in the build system, but '-Wunused-imports' can't
    detect when they are no longer needed. This commit removes the
    unused ones currently in the code base (not including test files
    or submodules), with the hope that doing so may increase
    parallelism in the build system by removing unnecessary
    dependencies.
    ca71d551