Skip to content

Commit

Permalink
Removed unused module Encode.Hints
Browse files Browse the repository at this point in the history
  • Loading branch information
rozlynd committed Jan 25, 2024
1 parent e0ce4e6 commit 7c13511
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 154 deletions.
20 changes: 2 additions & 18 deletions src/.depend
Original file line number Diff line number Diff line change
Expand Up @@ -918,20 +918,6 @@ encode/n_subst.cmx: encode/n_subst.mlt \
util/deque.cmx \
ctx.cmx \
encode/n_subst.cmi
encode/n_hints.cmo: encode/n_hints.mlt \
util/property.cmi \
util/ext.cmi \
expr.cmi \
util/deque.cmi \
builtin.cmi \
encode/n_hints.cmi
encode/n_hints.cmx: encode/n_hints.mlt \
util/property.cmx \
util/ext.cmx \
expr.cmx \
util/deque.cmx \
builtin.cmx \
encode/n_hints.cmi
encode/n_rewrite.cmo: encode/n_rewrite.mlt \
type.cmi \
util/property.cmi \
Expand Down Expand Up @@ -1011,6 +997,7 @@ encode/n_axioms.cmx: encode/n_axioms.mlt \
encode/n_standardize.cmo: encode/n_standardize.mlt \
type.cmi \
util/property.cmi \
params.cmi \
encode/n_table.cmi \
encode/n_smb.cmi \
util/ext.cmi \
Expand All @@ -1021,6 +1008,7 @@ encode/n_standardize.cmo: encode/n_standardize.mlt \
encode/n_standardize.cmx: encode/n_standardize.mlt \
type.cmx \
util/property.cmx \
params.cmx \
encode/n_table.cmx \
encode/n_smb.cmx \
util/ext.cmx \
Expand Down Expand Up @@ -1079,7 +1067,6 @@ encode.cmo: encode.mlt \
encode/n_standardize.cmi \
encode/n_smb.cmi \
encode/n_rewrite.cmi \
encode/n_hints.cmi \
encode/n_flatten.cmi \
encode/n_axiomatize.cmi \
encode.cmi
Expand All @@ -1088,7 +1075,6 @@ encode.cmx: encode.mlt \
encode/n_standardize.cmx \
encode/n_smb.cmx \
encode/n_rewrite.cmx \
encode/n_hints.cmx \
encode/n_flatten.cmx \
encode/n_axiomatize.cmx \
encode.cmi
Expand Down Expand Up @@ -2454,8 +2440,6 @@ encode/n_subst.cmi : \
util/property.cmi \
expr.cmi \
util/deque.cmi
encode/n_hints.cmi : \
expr.cmi
encode/n_rewrite.cmi : \
expr.cmi
encode/n_table.cmi : \
Expand Down
1 change: 0 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ TYPE_PACK = \

ENCODE_PACK = \
encode/n_subst \
encode/n_hints \
encode/n_rewrite \
encode/n_table \
encode/n_data \
Expand Down
1 change: 0 additions & 1 deletion src/encode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

(* Packaging module for the modules that implement PO transformations *)

module Hints = N_hints
module Rewrite = N_rewrite
module Table = N_table
module Smb = N_smb
Expand Down
6 changes: 0 additions & 6 deletions src/encode.mli
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

(* Packaging module for the modules that implement PO transformations *)

module Hints : sig
open Expr.T
val with_id : string
val main : sequent -> sequent
end

module Rewrite : sig
open Expr.T
val elim_bounds : sequent -> sequent
Expand Down
103 changes: 0 additions & 103 deletions src/encode/n_hints.ml

This file was deleted.

21 changes: 0 additions & 21 deletions src/encode/n_hints.mli

This file was deleted.

4 changes: 0 additions & 4 deletions src/encode/n_hints.mlt

This file was deleted.

0 comments on commit 7c13511

Please sign in to comment.