aboutsummaryrefslogtreecommitdiff
path: root/src/tac2expr.mli
diff options
context:
space:
mode:
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 7efb85cbb0..76fb50181f 100644
--- a/src/tac2expr.mli
+++ b/src/tac2expr.mli
@@ -99,7 +99,6 @@ type 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
-| CTacLst 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