diff options
| author | Pierre-Marie Pédrot | 2020-06-11 13:03:30 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-06-11 13:03:30 +0200 |
| commit | 5611f23271be3c23761450679374690805bf51bb (patch) | |
| tree | 1b886b92a0d1eac35ed95e56ff8a2c6cafbff0b1 /plugins/ltac/pptactic.ml | |
| parent | c077db40a204132eda8a5d5979022f4961503cab (diff) | |
| parent | 044f76cf32080f0a56309544e5335e44f89725b4 (diff) | |
Merge PR #12423: Remove info tactic, deprecated in 8.5
Reviewed-by: ppedrot
Diffstat (limited to 'plugins/ltac/pptactic.ml')
| -rw-r--r-- | plugins/ltac/pptactic.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/ltac/pptactic.ml b/plugins/ltac/pptactic.ml index d74e981c6d..6233807016 100644 --- a/plugins/ltac/pptactic.ml +++ b/plugins/ltac/pptactic.ml @@ -642,7 +642,6 @@ let pr_goal_selector ~toplevel s = let lcall = 1 let leval = 1 let ltatom = 1 - let linfo = 5 let level_of p = match p with LevelLe n -> n | LevelLt n -> n-1 | LevelSome -> lseq @@ -988,11 +987,6 @@ let pr_goal_selector ~toplevel s = keyword "infoH" ++ spc () ++ pr_tac (LevelLe ltactical) t), ltactical - | TacInfo t -> - hov 1 ( - keyword "info" ++ spc () - ++ pr_tac (LevelLe ltactical) t), - linfo | TacOr (t1,t2) -> hov 1 ( pr_tac (LevelLt lorelse) t1 ++ spc () |
