Remove some more unneeded 'return;'s throughout.
This commit is contained in:
@@ -95,7 +95,6 @@ fhandler_windows::read (void *buf, size_t& len)
|
||||
|
||||
if ((ssize_t) len == -1)
|
||||
__seterrno ();
|
||||
return;
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user