aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-06-27 12:15:49 +0200
committerEmilio Jesus Gallego Arias2019-06-27 16:25:26 +0200
commitb1e012f41ef94dae2e57a616011af39b44b56b9d (patch)
tree6446c73648b913f69b3982b47bae6fef2aa002b4
parent90d0f98ea37038e35bba06f0c6ccb8e76d27a80e (diff)
[extraction] Remove not very useful call to dumpglob.
The old code was conditionally dumping and catching `Not_found`, as noted by Gaƫtan Gilbert on #10433: > we could just remove the dump, the sibling functions > (`full_extraction`, etc...) don't bother to dump for instance.
-rw-r--r--plugins/extraction/extract_env.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/extraction/extract_env.ml b/plugins/extraction/extract_env.ml
index 31dcfdd168..7ee8d7f342 100644
--- a/plugins/extraction/extract_env.ml
+++ b/plugins/extraction/extract_env.ml
@@ -645,7 +645,6 @@ let separate_extraction lr =
is \verb!Extraction! [qualid]. *)
let simple_extraction r =
- Vernacentries.dump_global CAst.(make (Constrexpr.AN r));
match locate_ref [r] with
| ([], [mp]) as p -> full_extr None p
| [r],[] ->