aboutsummaryrefslogtreecommitdiff
path: root/kernel/nativecode.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-11-19 18:47:04 +0100
committerPierre-Marie Pédrot2021-03-18 15:56:08 +0100
commit6d83ea8b97a61dafa7ace5a01e6d66c6b917aeec (patch)
tree182b1c4e296c4de15c30eefbb1ff96a7ea516691 /kernel/nativecode.ml
parenteeef63b0b09cf90f7a3022ce6f0d7e50a908484c (diff)
Remove useless prefix argument in native compilation.
Diffstat (limited to 'kernel/nativecode.ml')
-rw-r--r--kernel/nativecode.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/nativecode.ml b/kernel/nativecode.ml
index d517d215ed..9ce388929c 100644
--- a/kernel/nativecode.ml
+++ b/kernel/nativecode.ml
@@ -2130,7 +2130,7 @@ let compile_deps env sigma prefix init t =
in
aux env 0 init t
-let compile_constant_field env _prefix con acc cb =
+let compile_constant_field env con acc cb =
let gl = compile_constant env empty_evars con cb in
gl@acc