aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/ruby.h')
-rw-r--r--include/ruby/ruby.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h
index d07fd18496..b144fa0111 100644
--- a/include/ruby/ruby.h
+++ b/include/ruby/ruby.h
@@ -2353,10 +2353,6 @@ ERRORFUNC(("variable argument length doesn't match"), void rb_scan_args_length_m
# define rb_scan_args_isdigit(c) ((unsigned char)((c)-'0')<10)
-#if !defined(__has_attribute)
-#define __has_attribute(x) 0
-#endif
-
# define rb_scan_args_count_end(fmt, ofs, vari) \
(fmt[ofs] ? -1 : (vari))