[m-rev.] diff: delete an unused module

Julien Fischer jfischer at opturion.com
Fri Jun 21 14:48:50 AEST 2013


Delete an unused module.

compiler/smm_fixpoint_table.m:
 	Delete this module.  It has been unused since its contents
 	were merged with a similar module in the CTGC system.

compiler/transform_hlds.m:
compiler/Mercury.options.m:
 	Conform to the above change.

Julien.

diff --git a/compiler/Mercury.options b/compiler/Mercury.options
index 93d67c4..25859e6 100644
--- a/compiler/Mercury.options
+++ b/compiler/Mercury.options
@@ -50,9 +50,6 @@ MCFLAGS-transform_hlds = --no-warn-unused-imports
  MCFLAGS-transform_hlds.ctgc.structure_reuse = --no-warn-unused-imports
  MCFLAGS-transform_hlds.ctgc.structure_sharing = --no-warn-unused-imports

-# This module is currently empty but may become used again in the future.
-MCFLAGS-transform_hlds.smm_fixpoint_table = --no-warn-nothing-exported
-
  # Bug workarounds

  # This works around bug 48 in Mantis.
diff --git a/compiler/smm_fixpoint_table.m b/compiler/smm_fixpoint_table.m
deleted file mode 100644
index f47e110..0000000
--- a/compiler/smm_fixpoint_table.m
+++ /dev/null
@@ -1,16 +0,0 @@
-%-----------------------------------------------------------------------------%
-% vim: ft=mercury ts=4 sw=4 et
-%-----------------------------------------------------------------------------%
-% Copyright (C) 2000-2007 The University of Melbourne.
-% This file may only be copied under the terms of the GNU General
-% Public License - see the file COPYING in the Mercury distribution.
-%-----------------------------------------------------------------------------%
-%
-% File: smm_fixpoint_table.m
-%
-% This is currently provided by ctgc.fixpoint_table.
-%
-%-----------------------------------------------------------------------------%
-
-:- module transform_hlds.smm_fixpoint_table.
-:- interface.
diff --git a/compiler/transform_hlds.m b/compiler/transform_hlds.m
index 7c31b13..0b9aada 100644
--- a/compiler/transform_hlds.m
+++ b/compiler/transform_hlds.m
@@ -52,8 +52,6 @@

  :- include_module transform_hlds.smm_common.

-:- include_module transform_hlds.smm_fixpoint_table.
-
  :- include_module term_constr_main.
      :- include_module term_constr_initial.
          % Pass 1.





More information about the reviews mailing list