mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 13:23:53 +00:00
Make the system compiler with --warn-unused-imports.
Estimated hours taken: 2 Branches: main, release Make the system compiler with --warn-unused-imports. browser/*.m: library/*.m: compiler/*.m: Remove unnecesary imports as flagged by --warn-unused-imports. In some files, do some minor cleanup along the way.
This commit is contained in:
@@ -94,7 +94,6 @@
|
||||
|
||||
:- import_module backend_libs.builtin_ops.
|
||||
:- import_module backend_libs.proc_label.
|
||||
:- import_module backend_libs.rtti.
|
||||
:- import_module hlds.code_model.
|
||||
|
||||
:- import_module int.
|
||||
|
||||
Reference in New Issue
Block a user