diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-07-25 20:22:07 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-07-25 20:24:49 +0200 |
commit | 0736cd1ff1eb07c6faae43cdfbe2efd11c8470e9 (patch) | |
tree | ecb06e9072845622a0b1b0d5c447064ae8f630b8 /intf | |
parent | 8aec3a45d93b61874ef2567d1430821067905eb3 (diff) |
Removing dead code relative to or_metaid.
Diffstat (limited to 'intf')
-rw-r--r-- | intf/tacexpr.mli | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli index d5a3328f0..609ee2f36 100644 --- a/intf/tacexpr.mli +++ b/intf/tacexpr.mli @@ -19,8 +19,6 @@ open Decl_kinds open Misctypes open Locus -type 'a or_metaid = AI of 'a | MetaId of Loc.t * string - type direction_flag = bool (* true = Left-to-right false = right-to-right *) type lazy_flag = bool (* true = lazy false = eager *) type evars_flag = bool (* true = pose evars false = fail on evars *) |