diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-02-13 15:59:16 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2025-02-13 18:01:03 +0900 |
| commit | 4a67ef09ccd703047552b740431cfe15e32451f4 (patch) | |
| tree | 1092e15836655fde8935c7788eb0a411e8c9ca42 /internal | |
| parent | d35cc0cc772b48c5aaba354e7084278da68f44e4 (diff) | |
[Feature #21116] Extract RJIT as a third-party gem
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12740
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/cmdlineopt.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/cmdlineopt.h b/internal/cmdlineopt.h index e79b993345..c12994733e 100644 --- a/internal/cmdlineopt.h +++ b/internal/cmdlineopt.h @@ -1,7 +1,6 @@ #ifndef INTERNAL_CMDLINEOPT_H /*-*-C-*-vi:se ft=c:*/ #define INTERNAL_CMDLINEOPT_H -#include "rjit.h" #include "yjit.h" typedef struct { @@ -24,9 +23,6 @@ typedef struct ruby_cmdline_options { ruby_features_t warn; unsigned int dump; long backtrace_length_limit; -#if USE_RJIT - struct rb_rjit_options rjit; -#endif const char *crash_report; |
