summaryrefslogtreecommitdiff
path: root/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.h')
-rw-r--r--ruby.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ruby.h b/ruby.h
index ff7edf6c55..a9f9c11503 100644
--- a/ruby.h
+++ b/ruby.h
@@ -592,10 +592,6 @@ rb_special_const_p(VALUE obj)
static char *dln_libs_to_be_linked[] = { EXTLIB, 0 };
#endif
-#ifndef rb_sys_stat
-#define rb_sys_stat stat
-#endif
-
#if defined(__cplusplus)
} /* extern "C" { */
#endif