Remove dup. declaration of caml_sys_time_unboxed

master
David Allsopp 2020-09-10 09:54:43 +01:00
parent b0eaf5b844
commit df64b46a7c
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ CAMLnoreturn_start
CAMLextern value caml_sys_exit (value)
CAMLnoreturn_end;
extern double caml_sys_time_unboxed(value);
CAMLextern value caml_sys_get_argv(value unit);
extern char_os * caml_exe_name;