diff options
author | Xavier Leroy <xavierleroy@users.noreply.github.com> | 2017-02-21 11:16:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-21 11:16:50 +0100 |
commit | b35b7229ee3695fee3e0b9dc5ca6aa119e420a9e (patch) | |
tree | 19bc32d5493818d58b434122df8c2ee86b7a414c | |
parent | 922aafb35722a7020922aa56fc42f593644bf3d3 (diff) | |
parent | e7219dcc94e9497dad2707514f775e88bf6102d1 (diff) | |
download | ocaml-b35b7229ee3695fee3e0b9dc5ca6aa119e420a9e.tar.gz |
Merge pull request #1004 from stedolan/squash-dead-lines
Remove some dead preprocessor lines
-rw-r--r-- | byterun/weak.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/byterun/weak.c b/byterun/weak.c index 308d153c8e..d1afe14fc7 100644 --- a/byterun/weak.c +++ b/byterun/weak.c @@ -219,10 +219,6 @@ CAMLprim value caml_ephe_unset_data (value ar) return Val_unit; } - -#define Setup_for_gc -#define Restore_after_gc - CAMLprim value caml_ephe_get_key (value ar, value n) { CAMLparam2 (ar, n); @@ -269,9 +265,6 @@ CAMLprim value caml_ephe_get_data (value ar) CAMLreturn (res); } -#undef Setup_for_gc -#undef Restore_after_gc - CAMLprim value caml_ephe_get_key_copy (value ar, value n) { CAMLparam2 (ar, n); |