diff options
| author | herbelin | 2005-05-05 10:39:44 +0000 |
|---|---|---|
| committer | herbelin | 2005-05-05 10:39:44 +0000 |
| commit | ad74cfff28ffc9e82cb14d189761cf9c776ab09d (patch) | |
| tree | 62405c22af4f4560399fee01e23af4b9a5c1df75 /parsing | |
| parent | 29307787d64c8efb1928f89163adc8a978e0c85d (diff) | |
Code v7 obsolete
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6993 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'parsing')
| -rw-r--r-- | parsing/termast.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/parsing/termast.ml b/parsing/termast.ml index ace1b47d20..b4871598d0 100644 --- a/parsing/termast.ml +++ b/parsing/termast.ml @@ -342,7 +342,6 @@ let rec ast_of_raw = function (match s with | RProp Null -> ope("PROP",[]) | RProp Pos -> ope("SET",[]) - | RType (Some u) when !print_universes -> ope("TYPE",[ide(Univ.string_of_univ u)]) | RType _ -> ope("TYPE",[])) | RHole _ -> ope("ISEVAR",[]) | RCast (_,c,t) -> ope("CAST",[ast_of_raw c;ast_of_raw t]) |
