Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-09-14 18:27:56 +0400
committerChristopher Faylor <me@cgf.cx>2005-09-14 18:27:56 +0400
commit3aca3cb6362f429219a8af9b2d5f3d16f05be390 (patch)
treed5ece613088b9220a735cf038d789ec816d737a0 /winsup/cygwin/fhandler_registry.cc
parent18ea7328a710436298bb0415903258d6e047a623 (diff)
Remove some more unneeded 'return;'s throughout.
Diffstat (limited to 'winsup/cygwin/fhandler_registry.cc')
-rw-r--r--winsup/cygwin/fhandler_registry.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_registry.cc b/winsup/cygwin/fhandler_registry.cc
index 37bb63983..7c253e03e 100644
--- a/winsup/cygwin/fhandler_registry.cc
+++ b/winsup/cygwin/fhandler_registry.cc
@@ -377,7 +377,6 @@ fhandler_registry::rewinddir (DIR * dir)
}
dir->__d_position = 0;
dir->__flags = dirent_saw_dot | dirent_saw_dot_dot;
- return;
}
int