Remove duplicate definitions

These are defined in ruby/internal/config.h which is included in
this file already.
This commit is contained in:
Matt Valentine-House 2023-02-10 12:08:39 +00:00 committed by Peter Zhu
parent dc715af53b
commit 7ece23bf74
Notes: git 2023-02-10 16:53:40 +00:00

View File

@ -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)
{