summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/error.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/error.h b/internal/error.h
index cf6495fbd0..0dd629f052 100644
--- a/internal/error.h
+++ b/internal/error.h
@@ -40,13 +40,6 @@
#endif
/* error.c */
-typedef enum {
- RB_WARN_CATEGORY_NONE,
- RB_WARN_CATEGORY_DEPRECATED,
- RB_WARN_CATEGORY_EXPERIMENTAL,
- RB_WARN_CATEGORY_ALL_BITS = 0x6, /* no RB_WARN_CATEGORY_NONE bit */
-} rb_warning_category_t;
-
extern long rb_backtrace_length_limit;
extern VALUE rb_eEAGAIN;
extern VALUE rb_eEWOULDBLOCK;