summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/io.c b/io.c
index 32203dca49..01b7e2a72a 100644
--- a/io.c
+++ b/io.c
@@ -589,9 +589,6 @@ rb_io_fread(ptr, len, f)
#if defined(EWOULDBLOCK) && EWOULDBLOCK != EAGAIN
case EWOULDBLOCK:
#endif
-#ifdef __BORLANDC__
- case EPIPE:
-#endif
return len - n;
}
return 0;