summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-09-25 10:35:48 +0300
committerNicholas Clark <nick@ccl4.org>2006-09-25 07:12:36 +0000
commit6a1e1159a8a738e1607626a2dc2479f546ab4e49 (patch)
tree9abacff9c2883b0cbaf42758dac8feabd0d1691a /doio.c
parent5bc10b2cfeb5ef2af5d606c83b73143a5ad28a8e (diff)
downloadperl-6a1e1159a8a738e1607626a2dc2479f546ab4e49.tar.gz
Re: Change 28877: [PATCH] deal with some gcc warnings
Message-ID: <45175CA4.3020900@iki.fi> remove casts that were causing failure on FreeBSD -Duse64bitint, and some other cleanups. p4raw-id: //depot/perl@28886
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doio.c b/doio.c
index ef16b07906..e6909cb351 100644
--- a/doio.c
+++ b/doio.c
@@ -1333,8 +1333,6 @@ Perl_my_stat(pTHX)
Perl_warner(aTHX_ packWARN(WARN_NEWLINE), PL_warn_nl, "stat");
return PL_laststatval;
}
- /* Should we warn/croak here? Or do something smart/useful? */
- return (PL_laststatval = -1);
}