File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -2023,12 +2023,6 @@ and interp_atomic ist tac : unit Proofview.tactic =
2023
2023
2024
2024
(* Automation tactics *)
2025
2025
| TacTrivial (debug ,lems ,l ) ->
2026
- begin if debug == Tacexpr. Info then
2027
- msg_warning
2028
- (strbrk" The \" info_trivial\" tactic" ++ spc ()
2029
- ++ strbrk" does not print traces anymore." ++ spc()
2030
- ++ strbrk" Use \" Info 1 trivial\" , instead." )
2031
- end ;
2032
2026
Proofview.Goal. enter begin fun gl ->
2033
2027
let env = Proofview.Goal. env gl in
2034
2028
let sigma = Proofview.Goal. sigma gl in
@@ -2039,13 +2033,8 @@ and interp_atomic ist tac : unit Proofview.tactic =
2039
2033
lems
2040
2034
(Option. map (List. map (interp_hint_base ist)) l))
2041
2035
end
2036
+
2042
2037
| TacAuto (debug ,n ,lems ,l ) ->
2043
- begin if debug == Tacexpr. Info then
2044
- msg_warning
2045
- (strbrk" The \" info_auto\" tactic" ++ spc ()
2046
- ++ strbrk" does not print traces anymore." ++ spc()
2047
- ++ strbrk" Use \" Info 1 auto\" , instead." )
2048
- end ;
2049
2038
Proofview.Goal. enter begin fun gl ->
2050
2039
let env = Proofview.Goal. env gl in
2051
2040
let sigma = Proofview.Goal. sigma gl in
You can’t perform that action at this time.
0 commit comments