aboutsummaryrefslogtreecommitdiffstats
path: root/internal/cmdlineopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmdlineopt.h')
-rw-r--r--internal/cmdlineopt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h
index adc76fc2e4..71568a8745 100644
--- a/internal/cmdlineopt.h
+++ b/internal/cmdlineopt.h
@@ -26,9 +26,6 @@ typedef struct ruby_cmdline_options {
#if USE_MJIT
struct mjit_options mjit;
#endif
-#if YJIT_SUPPORTED_P
- struct rb_yjit_options yjit;
-#endif
int sflag, xflag;
unsigned int warning: 1;