aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/declare.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/declare.ml b/library/declare.ml
index c566cedfd1..df87153de8 100644
--- a/library/declare.ml
+++ b/library/declare.ml
@@ -156,7 +156,6 @@ let inConstant =
let hcons_constant_declaration = function
| DefinitionEntry ce when !Flags.hash_cons_proofs ->
- let (hcons1_constr,_) = hcons_constr (hcons_names()) in
DefinitionEntry
{ const_entry_body = hcons1_constr ce.const_entry_body;
const_entry_type = Option.map hcons1_constr ce.const_entry_type;