aboutsummaryrefslogtreecommitdiff
path: root/kernel/byterun/coq_fix_code.h
diff options
context:
space:
mode:
authorGuillaume Melquiond2021-02-17 12:12:29 +0100
committerGuillaume Melquiond2021-02-19 11:17:26 +0100
commitab94a2a5dbe142d972d65a33d977e8e9f8d52f01 (patch)
tree45b6fb6ea9fc2a13c1b02a0bbb2800ad3a2f4458 /kernel/byterun/coq_fix_code.h
parentc7bbe4729dc53ddf3a02a7ae3816ec3c146d452e (diff)
Make the generated file the official source of arity.
Diffstat (limited to 'kernel/byterun/coq_fix_code.h')
-rw-r--r--kernel/byterun/coq_fix_code.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/byterun/coq_fix_code.h b/kernel/byterun/coq_fix_code.h
index 5a233e6178..916d9753a4 100644
--- a/kernel/byterun/coq_fix_code.h
+++ b/kernel/byterun/coq_fix_code.h
@@ -18,7 +18,6 @@ void * coq_stat_alloc (asize_t sz);
#ifdef THREADED_CODE
extern char ** coq_instr_table;
extern char * coq_instr_base;
-void init_arity();
#define VALINSTR(instr) ((opcode_t)(coq_instr_table[instr] - coq_instr_base))
#else
#define VALINSTR(instr) instr