[m-rev.] trivial diff: delete unnecessary import

Fergus Henderson fjh at cs.mu.OZ.AU
Fri Sep 6 07:28:41 AEST 2002


Estimated hours taken: 0.25
Branches: main

compiler/make_hlds.m:
	Delete an unnecessary import of `bintree'.

Workspace: /home/ceres/fjh/ws-ceres2/mercury
Index: compiler/make_hlds.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/make_hlds.m,v
retrieving revision 1.423
diff -u -d -r1.423 make_hlds.m
--- compiler/make_hlds.m	1 Aug 2002 00:41:35 -0000	1.423
+++ compiler/make_hlds.m	19 Aug 2002 07:10:47 -0000
@@ -116,7 +116,7 @@
 :- import_module recompilation.
 :- import_module libs__options, libs__globals.
 
-:- import_module string, char, int, set, bintree, map, multi_map, require.
+:- import_module string, char, int, set, map, multi_map, require.
 :- import_module bag, term, varset, getopt, assoc_list, term_io.
 
 parse_tree_to_hlds(module(Name, Items), MQInfo0, EqvMap, Module, QualInfo,

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list