summaryrefslogtreecommitdiff
path: root/yjit/src/cruby.rs
diff options
context:
space:
mode:
Diffstat (limited to 'yjit/src/cruby.rs')
-rw-r--r--yjit/src/cruby.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/yjit/src/cruby.rs b/yjit/src/cruby.rs
index d37af38320..229cfa109e 100644
--- a/yjit/src/cruby.rs
+++ b/yjit/src/cruby.rs
@@ -270,13 +270,6 @@ pub struct rb_method_cfunc_t {
_marker: core::marker::PhantomData<(*mut u8, core::marker::PhantomPinned)>,
}
-/// Opaque FILE type from the C standard library
-#[repr(C)]
-pub struct FILE {
- _data: [u8; 0],
- _marker: core::marker::PhantomData<(*mut u8, core::marker::PhantomPinned)>,
-}
-
/// Opaque call-cache type from vm_callinfo.h
#[repr(C)]
pub struct rb_callcache {