Remove some more unneeded 'return;'s throughout.

This commit is contained in:
Christopher Faylor
2005-09-14 14:27:56 +00:00
parent 18ea7328a7
commit 3aca3cb636
18 changed files with 4 additions and 24 deletions

View File

@@ -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