summaryrefslogtreecommitdiff
path: root/ruby-runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby-runner.c')
-rw-r--r--ruby-runner.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ruby-runner.c b/ruby-runner.c
index e1a53d5236..1e9b560817 100644
--- a/ruby-runner.c
+++ b/ruby-runner.c
@@ -13,9 +13,6 @@
const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;
#else
-#define STRINGIZE(expr) STRINGIZE0(expr)
-#define STRINGIZE0(expr) #expr
-
static void
insert_env_path(const char *envname, const char *paths, size_t size, int prepend)
{