summaryrefslogtreecommitdiff
path: root/ruby-runner.c
diff options
context:
space:
mode:
authorTakashi Kokubun <[email protected]>2023-03-06 21:41:48 -0800
committer<[email protected]>2023-03-06 21:41:48 -0800
commit31f4b2d86bfbc753cec9be376719acc4b120e944 ()
tree4f56cd8760e920283d877abea30b16cb38c09c60 /ruby-runner.c
parent09b4236f17dfad945e85edb5c57ab4cd81065915 (diff)
Drop obsoleted MJIT header (#7458)
RJIT doesn't need this.
Notes: Merged-By: k0kubun <[email protected]>
-rw-r--r--ruby-runner.c6
1 files changed, 0 insertions, 6 deletions
@@ -9,10 +9,6 @@
#include "ruby-runner.h"
-#ifdef MAKE_MJIT_BUILD_DIR
-const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;
-#else
-
static void
insert_env_path(const char *envname, const char *paths, size_t size, int prepend)
{
@@ -91,5 +87,3 @@ main(int argc, char **argv)
perror(rubypath);
return -1;
}
-
-#endif /* MAKE_MJIT_BUILD_DIR */