diff options
Diffstat (limited to 'byterun/custom.c')
-rw-r--r-- | byterun/custom.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/byterun/custom.c b/byterun/custom.c index 6bede95a6..f90dde908 100644 --- a/byterun/custom.c +++ b/byterun/custom.c @@ -42,18 +42,6 @@ CAMLextern value alloc_custom(struct custom_operations * ops, return result; } -CAMLextern int custom_compare_default(value v1, value v2) -{ - failwith("equal: abstract value"); - return 0; -} - -CAMLextern void custom_serialize_default(value v, unsigned long * wsize_32, - unsigned long * wsize_64) -{ - failwith("output_value: abstract value"); -} - struct custom_operations_list { struct custom_operations * ops; struct custom_operations_list * next; |