summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2017-02-21 11:16:50 +0100
committerGitHub <noreply@github.com>2017-02-21 11:16:50 +0100
commitb35b7229ee3695fee3e0b9dc5ca6aa119e420a9e (patch)
tree19bc32d5493818d58b434122df8c2ee86b7a414c
parent922aafb35722a7020922aa56fc42f593644bf3d3 (diff)
parente7219dcc94e9497dad2707514f775e88bf6102d1 (diff)
downloadocaml-b35b7229ee3695fee3e0b9dc5ca6aa119e420a9e.tar.gz
Merge pull request #1004 from stedolan/squash-dead-lines
Remove some dead preprocessor lines
-rw-r--r--byterun/weak.c7
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);