diff options
| author | Pierre-Marie Pédrot | 2015-12-04 20:42:07 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2015-12-04 21:23:59 +0100 |
| commit | 0aba678e885fa53fa649de59eb1d06b4af3a847c (patch) | |
| tree | 127cd9e0e3600b17cf6b40e762e671ec9bf4628a /printing/pptactic.ml | |
| parent | 86304bddaff73bdc0f8aa6c7619d806c001040ec (diff) | |
Getting rid of the dynamic node of the tactic AST.
Diffstat (limited to 'printing/pptactic.ml')
| -rw-r--r-- | printing/pptactic.ml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml index 766222156a..97917d2c72 100644 --- a/printing/pptactic.ml +++ b/printing/pptactic.ml @@ -1263,9 +1263,6 @@ module Make else str"(" ++ strm ++ str")" and pr_tacarg = function - | TacDynamic (loc,t) -> - pr_with_comments loc - (str "<" ++ keyword "dynamic" ++ str " [" ++ str (Dyn.tag t) ++ str "]>") | MetaIdArg (loc,true,s) -> pr_with_comments loc (str "$" ++ str s) | MetaIdArg (loc,false,s) -> |
