aboutsummaryrefslogtreecommitdiffhomepage
path: root/vernac/topfmt.ml
diff options
context:
space:
mode:
authorGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-04-27 21:58:52 +0200
committerGravatar Gaetan Gilbert <gaetan.gilbert@ens-lyon.fr>2017-04-27 21:58:52 +0200
commit9a48211ea8439a8502145e508b70ede9b5929b2f (patch)
tree55b533fdf2e2237e675dfddccad9f3bb1d8cc23c /vernac/topfmt.ml
parenta77734ad64fff2396b161308099923037fb5d8a1 (diff)
Post-rebase warnings (unused opens and 2 unused values)
Diffstat (limited to 'vernac/topfmt.ml')
-rw-r--r--vernac/topfmt.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/vernac/topfmt.ml b/vernac/topfmt.ml
index e44b585d7..6d9d71a62 100644
--- a/vernac/topfmt.ml
+++ b/vernac/topfmt.ml
@@ -131,7 +131,6 @@ let dbg_hdr = tag Tag.debug (str "Debug:") ++ spc ()
let info_hdr = mt ()
let warn_hdr = tag Tag.warning (str "Warning:") ++ spc ()
let err_hdr = tag Tag.error (str "Error:") ++ spc ()
-let ann_hdr = tag Tag.error (str "Anomaly:") ++ spc ()
let make_body quoter info ?pre_hdr s =
pr_opt_no_spc (fun x -> x ++ fnl ()) pre_hdr ++ quoter (hov 0 (info ++ s))