diff options
Diffstat (limited to 'byterun/fix_code.h')
-rw-r--r-- | byterun/fix_code.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/byterun/fix_code.h b/byterun/fix_code.h index fb47b6c4d..d0887c038 100644 --- a/byterun/fix_code.h +++ b/byterun/fix_code.h @@ -26,7 +26,6 @@ extern code_t caml_start_code; extern asize_t caml_code_size; extern unsigned char * caml_saved_code; -extern unsigned char caml_code_md5[16]; void caml_load_code (int fd, asize_t len); void caml_fixup_endianness (code_t code, asize_t len); |