summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h
index 3f661a742..4ba4ce544 100644
--- a/include/mruby/string.h
+++ b/include/mruby/string.h
@@ -11,10 +11,6 @@
extern "C" {
#endif
-#ifndef RB_GC_GUARD
-#define RB_GC_GUARD(v) v
-#endif
-
#define IS_EVSTR(p,e) ((p) < (e) && (*(p) == '$' || *(p) == '@' || *(p) == '{'))
#define STR_BUF_MIN_SIZE 128