summaryrefslogtreecommitdiff
path: root/ext/ffi_c/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi_c/compat.h')
-rw-r--r--ext/ffi_c/compat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/ffi_c/compat.h b/ext/ffi_c/compat.h
index 4a1c646..a4dfc08 100644
--- a/ext/ffi_c/compat.h
+++ b/ext/ffi_c/compat.h
@@ -75,9 +75,4 @@
# define RB_GC_GUARD(x) (x)
#endif
-#ifndef RB_GC_GUARD_PTR
-# define RB_GC_GUARD_PTR(x) (x)
-#endif
-
#endif /* RBFFI_COMPAT_H */
-