[m-rev.] trivial diff: delete unused bimap imports

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Jan 8 17:52:12 AEDT 2004


On 08-Jan-2004, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> Does anyone
> have code that depends on the old, incorrect semantics of bimap__set?

There's none in the compiler, anyway -- it doesn't use bimap at all anymore.

Estimated hours taken: 0.1
Branches: main

compiler/code_info.m:
compiler/optimize.m:
compiler/rl_loop.m:
	Delete unnecessary imports of bimap.

Workspace: /home/jupiter/fjh/ws-jupiter/mercury
Index: compiler/code_info.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/code_info.m,v
retrieving revision 1.284
diff -u -d -r1.284 code_info.m
--- compiler/code_info.m	1 Dec 2003 15:55:30 -0000	1.284
+++ compiler/code_info.m	8 Jan 2004 06:29:36 -0000
@@ -63,7 +63,7 @@
 
 :- import_module varset.
 :- import_module set, stack.
-:- import_module string, require, char, bimap, int.
+:- import_module string, require, char, int.
 
 %---------------------------------------------------------------------------%
 
Index: compiler/optimize.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/optimize.m,v
retrieving revision 1.39
diff -u -d -r1.39 optimize.m
--- compiler/optimize.m	27 May 2003 05:57:16 -0000	1.39
+++ compiler/optimize.m	8 Jan 2004 06:29:39 -0000
@@ -50,7 +50,7 @@
 :- import_module ll_backend__wrap_blocks.
 
 :- import_module bool, int, string.
-:- import_module map, bimap, set, std_util, require, counter.
+:- import_module map, set, std_util, require, counter.
 
 optimize_main([], _, []) --> [].
 optimize_main([Proc0 | Procs0], GlobalData, [Proc | Procs]) -->
Index: compiler/rl_loop.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/rl_loop.m,v
retrieving revision 1.4
diff -u -d -r1.4 rl_loop.m
--- compiler/rl_loop.m	5 Nov 2003 03:17:43 -0000	1.4
+++ compiler/rl_loop.m	8 Jan 2004 06:29:43 -0000
@@ -28,7 +28,7 @@
 
 :- import_module aditi_backend__rl.
 
-:- import_module assoc_list, bimap, bool, int, list, map, queue, relation.
+:- import_module assoc_list, bool, int, list, map, queue, relation.
 :- import_module string, require, set, std_util.
 
 rl_loop__shift_invariants -->
-- 
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