diff options
author | Christopher Faylor <me@cgf.cx> | 2005-09-14 14:27:56 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-09-14 14:27:56 +0000 |
commit | 3aca3cb6362f429219a8af9b2d5f3d16f05be390 (patch) | |
tree | d5ece613088b9220a735cf038d789ec816d737a0 /winsup/cygwin/fhandler_dsp.cc | |
parent | 18ea7328a710436298bb0415903258d6e047a623 (diff) | |
download | cygnal-3aca3cb6362f429219a8af9b2d5f3d16f05be390.tar.gz cygnal-3aca3cb6362f429219a8af9b2d5f3d16f05be390.tar.bz2 cygnal-3aca3cb6362f429219a8af9b2d5f3d16f05be390.zip |
Remove some more unneeded 'return;'s throughout.
Diffstat (limited to 'winsup/cygwin/fhandler_dsp.cc')
-rw-r--r-- | winsup/cygwin/fhandler_dsp.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_dsp.cc b/winsup/cygwin/fhandler_dsp.cc index c3e185af0..3813eeef9 100644 --- a/winsup/cygwin/fhandler_dsp.cc +++ b/winsup/cygwin/fhandler_dsp.cc @@ -1077,7 +1077,6 @@ fhandler_dev_dsp::read (void *ptr, size_t& len) } audio_in_->read ((char *)ptr, (int&)len); - return; } _off64_t |