summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby.c b/ruby.c
index 3821b939d8..950c3e1ce0 100644
--- a/ruby.c
+++ b/ruby.c
@@ -331,10 +331,6 @@ ruby_incpush_expand(const char *path)
ruby_push_include(path, expand_include_path);
}
-#if (defined DOSISH || defined __CYGWIN__) && !defined __SYMBIAN32__
-#define LOAD_RELATIVE 1
-#endif
-
#if defined _WIN32 || defined __CYGWIN__
static HMODULE libruby;