summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io.c b/io.c
index 87b0233de9..35626a649e 100644
--- a/io.c
+++ b/io.c
@@ -1506,7 +1506,6 @@ rb_io_set_pos(VALUE io, VALUE offset)
static void clear_readconv(rb_io_t *fptr);
-#if defined(HAVE_FSYNC)
/*
* call-seq:
* ios.rewind -> 0
@@ -1545,7 +1544,6 @@ rb_io_rewind(VALUE io)
return INT2FIX(0);
}
-#endif
static int
io_fillbuf(rb_io_t *fptr)