diff options
Diffstat (limited to 'printing/printer.ml')
| -rw-r--r-- | printing/printer.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/printing/printer.ml b/printing/printer.ml index 0800374003..b16c8c502b 100644 --- a/printing/printer.ml +++ b/printing/printer.ml @@ -654,12 +654,6 @@ let pr_prim_rule = function | Rename (id1,id2) -> (str "rename " ++ pr_id id1 ++ str " into " ++ pr_id id2) - | Change_evars -> - (* This is internal tactic and cannot be replayed at user-level. - Function pr_rule_dot below is used when we want to hide - Change_evars *) - str "Evar change" - (* Backwards compatibility *) |
