aboutsummaryrefslogtreecommitdiff
path: root/src/tac2expr.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2017-08-24 17:34:55 +0200
committerPierre-Marie Pédrot2017-08-24 17:34:55 +0200
commit6a5558405f801c466a51f32080c8dbb893a2170d (patch)
treeea5f0b17a8af54b951201cafb082a91561f9dda1 /src/tac2expr.mli
parenta3bef204ec2840b879c37b0b3ba43574a6550647 (diff)
Removing dead code about arrays in the AST.
Diffstat (limited to 'src/tac2expr.mli')
-rw-r--r--src/tac2expr.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tac2expr.mli b/src/tac2expr.mli
index 76fb50181f..281ed6c81e 100644
--- a/src/tac2expr.mli
+++ b/src/tac2expr.mli
@@ -98,7 +98,6 @@ type raw_tacexpr =
| CTacFun of Loc.t * (raw_patexpr * raw_typexpr option) list * raw_tacexpr
| CTacApp of Loc.t * raw_tacexpr * raw_tacexpr list
| CTacLet of Loc.t * rec_flag * (raw_patexpr * raw_typexpr option * raw_tacexpr) list * raw_tacexpr
-| CTacArr of raw_tacexpr list located
| CTacCnv of Loc.t * raw_tacexpr * raw_typexpr
| CTacSeq of Loc.t * raw_tacexpr * raw_tacexpr
| CTacCse of Loc.t * raw_tacexpr * raw_taccase list