aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-03-23 14:50:03 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-03-23 14:50:03 +0100
commitb26fe2bc160e3b6362e97b8331a6d0831b9985f1 (patch)
tree6530e61c2dc8d51a84b13bcbab2e5e114b47e5ce /tactics
parent595a6251c90d871f8928784c8f4375077c6c5878 (diff)
parent9f69250d5ba4116bad85662830460f1519edbe30 (diff)
Merge branch 'v8.6' into trunk
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 84d09d833..8a78037ce 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -3023,7 +3023,7 @@ let warn_unused_intro_pattern =
(fun c -> Printer.pr_constr (fst (run_delayed (Global.env()) Evd.empty c)))) names)
let check_unused_names names =
- if not (List.is_empty names) && Flags.is_verbose () then
+ if not (List.is_empty names) then
warn_unused_intro_pattern names
let intropattern_of_name gl avoid = function