aboutsummaryrefslogtreecommitdiff
path: root/kernel/term_typing.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/term_typing.ml')
-rw-r--r--kernel/term_typing.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/term_typing.ml b/kernel/term_typing.ml
index 57d4a287b0..b8c32ffe56 100644
--- a/kernel/term_typing.ml
+++ b/kernel/term_typing.ml
@@ -174,7 +174,6 @@ let build_constant_declaration kn env (def,typ,cst,inline_code,ctx) =
const_type = typ;
const_body_code = Cemitcodes.from_val (compile_constant_body env def);
const_constraints = cst;
- const_native_name = ref NotLinked;
const_inline_code = inline_code }
(*s Global and local constant declaration. *)