summaryrefslogtreecommitdiff
path: root/mjit_c.h
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-07 22:05:14 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2022-12-07 22:05:15 -0800
commit3938bd1b42a157877f63c3d322456d8c7dd54cff (patch)
tree082b9c2e280df01a4900277942d618d7cb4d7487 /mjit_c.h
parent09bc3abd2e4e65aed1bdf8adb67ecfcad17e0836 (diff)
MJIT: Remove Windows-specific code
because we no longer support it
Diffstat (limited to 'mjit_c.h')
-rw-r--r--mjit_c.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/mjit_c.h b/mjit_c.h
index b9569b0bd1..7e4152d1f2 100644
--- a/mjit_c.h
+++ b/mjit_c.h
@@ -22,10 +22,6 @@ struct rb_mjit_unit {
// Dlopen handle of the loaded object file.
void *handle;
rb_iseq_t *iseq;
-#if defined(_WIN32)
- // DLL cannot be removed while loaded on Windows. If this is set, it'll be lazily deleted.
- char *so_file;
-#endif
// Only used by unload_units. Flag to check this unit is currently on stack or not.
bool used_code_p;
// True if it's a unit for JIT compaction