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

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