aboutsummaryrefslogtreecommitdiffstats
path: root/ruby-runner.c
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-02-10 12:08:39 +0000
committerPeter Zhu <peter@peterzhu.ca>2023-02-10 11:53:20 -0500
commit7ece23bf745306479f5a05d16ec64eb4460af2ba (patch)
tree0443a2f46febaecc892aac2b88c86eb74f3cfe5f /ruby-runner.c
parentdc715af53b9f7ef1404785f97842fa78ea2662d8 (diff)
downloadruby-7ece23bf745306479f5a05d16ec64eb4460af2ba.tar.gz
Remove duplicate definitions
These are defined in ruby/internal/config.h which is included in this file already.
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)
{