mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-20 08:19:28 +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:
@@ -146,8 +146,6 @@
|
||||
:- import_module hlds.hlds_pred.
|
||||
:- import_module hlds.hlds_rtti.
|
||||
:- import_module hlds.special_pred.
|
||||
:- import_module libs.globals.
|
||||
:- import_module libs.options.
|
||||
:- import_module ll_backend.llds_out.
|
||||
:- import_module ll_backend.llds_out.llds_out_code_addr.
|
||||
:- import_module parse_tree.prog_data.
|
||||
|
||||
Reference in New Issue
Block a user