From 483a7be3e98327ce1c92124844ccd0c2620a0899 Mon Sep 17 00:00:00 2001 From: Demetri Obenour Date: Thu, 14 Jan 2016 12:13:31 -0500 Subject: Reformat and note that caml_obj_is_block is unused --- byterun/obj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byterun') diff --git a/byterun/obj.c b/byterun/obj.c index 308b0373ef..43aef05092 100644 --- a/byterun/obj.c +++ b/byterun/obj.c @@ -43,7 +43,7 @@ CAMLprim value caml_static_resize(value blk, value new_size) { return (value) caml_stat_resize((char *) blk, (asize_t) Long_val(new_size)); } - +// unused CAMLprim value caml_obj_is_block(value arg) { return Val_bool(Is_block(arg)); -- cgit v1.2.1