about summary refs log tree commit homepage
path: root/ext/kgio/autopush.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kgio/autopush.c')
-rw-r--r--ext/kgio/autopush.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/kgio/autopush.c b/ext/kgio/autopush.c
index 252ecdd..7c5553f 100644
--- a/ext/kgio/autopush.c
+++ b/ext/kgio/autopush.c
@@ -13,6 +13,7 @@
  */
 
 #include "kgio.h"
+#include "my_fileno.h"
 #include <netinet/tcp.h>
 
 /*
@@ -142,10 +143,6 @@ static VALUE autopush_get(VALUE io)
  */
 static VALUE autopush_set(VALUE io, VALUE vbool)
 {
-        int fd = my_fileno(io);
-        int val;
-        socklen_t len = sizeof(val);
-
         if (RTEST(vbool))
                 state_set(io, AUTOPUSH_STATE_WRITER);
         else