summaryrefslogtreecommitdiff
path: root/ext/dl/dl_conversions.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl/dl_conversions.h')
-rw-r--r--ext/dl/dl_conversions.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/dl/dl_conversions.h b/ext/dl/dl_conversions.h
deleted file mode 100644
index 13c904733d..0000000000
--- a/ext/dl/dl_conversions.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef DL_CONVERSIONS
-#define DL_CONVERSIONS
-
-#include <dl.h>
-
-#define DL2FFI_TYPE(a) rb_dl_type_to_ffi_type(a)
-
-ffi_type * rb_dl_type_to_ffi_type(int dl_type);
-
-#endif