summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/error.c b/error.c
index ed2d5220b7..dfa9482794 100644
--- a/error.c
+++ b/error.c
@@ -733,9 +733,6 @@ rb_sys_fail(mesg)
rb_bug("rb_sys_fail() - errno == 0");
}
-#ifdef __BORLANDC__
- if (errno == EPIPE) return; // (*moriq*)
-#endif
err = strerror(errno);
if (mesg) {
volatile VALUE tmp = rb_str_inspect(rb_str_new2(mesg));