about summary refs log tree commit homepage
path: root/ext/unicorn_http
diff options
context:
space:
mode:
Diffstat (limited to 'ext/unicorn_http')
-rw-r--r--ext/unicorn_http/epollexclusive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/unicorn_http/epollexclusive.h b/ext/unicorn_http/epollexclusive.h
index 2d2a589..677e1fe 100644
--- a/ext/unicorn_http/epollexclusive.h
+++ b/ext/unicorn_http/epollexclusive.h
@@ -110,7 +110,6 @@ get_readers(VALUE epio, VALUE ready, VALUE readers, VALUE timeout_msec)
                         rb_ary_push(ready, obj);
         }
         rb_str_resize(buf, 0);
-        rb_gc_force_recycle(buf);
         return Qfalse;
 }
 #endif /* USE_EPOLL */