From 3aca3cb6362f429219a8af9b2d5f3d16f05be390 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 14 Sep 2005 14:27:56 +0000 Subject: Remove some more unneeded 'return;'s throughout. --- winsup/cygwin/pipe.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/pipe.cc') diff --git a/winsup/cygwin/pipe.cc b/winsup/cygwin/pipe.cc index c094311c1..0a289a731 100644 --- a/winsup/cygwin/pipe.cc +++ b/winsup/cygwin/pipe.cc @@ -186,7 +186,6 @@ fhandler_pipe::read (void *in_ptr, size_t& in_len) in_len = (size_t) -1; /* received a signal */ } ReleaseMutex (guard); - return; } int -- cgit v1.2.3