summaryrefslogtreecommitdiff
path: root/io_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'io_buffer.c')
-rw-r--r--io_buffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_buffer.c b/io_buffer.c
index 942ab268ae..72ad31b3c4 100644
--- a/io_buffer.c
+++ b/io_buffer.c
@@ -699,8 +699,6 @@ io_flags_for_size(size_t size)
VALUE
rb_io_buffer_initialize(int argc, VALUE *argv, VALUE self)
{
- io_buffer_experimental();
-
rb_check_arity(argc, 0, 2);
struct rb_io_buffer *buffer = NULL;