summaryrefslogtreecommitdiff
path: root/ruby-runner.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-06 21:41:48 -0800
committerGitHub <noreply@github.com>2023-03-06 21:41:48 -0800
commit31f4b2d86bfbc753cec9be376719acc4b120e944 (patch)
tree4f56cd8760e920283d877abea30b16cb38c09c60 /ruby-runner.c
parent09b4236f17dfad945e85edb5c57ab4cd81065915 (diff)
downloadruby-31f4b2d86bfbc753cec9be376719acc4b120e944.tar.gz
Drop obsoleted MJIT header (#7458)
RJIT doesn't need this.
Diffstat (limited to 'ruby-runner.c')
-rw-r--r--ruby-runner.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby-runner.c b/ruby-runner.c
index 1e9b560817..d7ce511a85 100644
--- a/ruby-runner.c
+++ b/ruby-runner.c
@@ -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 */