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:
Zoltan Somogyi
2010-12-30 11:18:04 +00:00
parent e77bcdc4ba
commit 1c3bc03415
170 changed files with 497 additions and 871 deletions

View File

@@ -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.