aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/internal.h b/internal.h
index c8317a51e8..971d6bde87 100644
--- a/internal.h
+++ b/internal.h
@@ -90,9 +90,6 @@ ID rb_id_encoding(void);
/* encoding.c */
void rb_gc_mark_encodings(void);
-/* enum.c */
-VALUE rb_enum_cycle_size(VALUE self, VALUE args);
-
/* error.c */
NORETURN(PRINTF_ARGS(void rb_compile_bug(const char*, int, const char*, ...), 3, 4));
VALUE rb_check_backtrace(VALUE);