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/grp.cc | |
parent | 18ea7328a710436298bb0415903258d6e047a623 (diff) | |
download | newlib-3aca3cb6362f429219a8af9b2d5f3d16f05be390.zip newlib-3aca3cb6362f429219a8af9b2d5f3d16f05be390.tar.gz newlib-3aca3cb6362f429219a8af9b2d5f3d16f05be390.tar.bz2 |
Remove some more unneeded 'return;'s throughout.
Diffstat (limited to 'winsup/cygwin/grp.cc')
-rw-r--r-- | winsup/cygwin/grp.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/grp.cc b/winsup/cygwin/grp.cc index 553b575..c59f25f 100644 --- a/winsup/cygwin/grp.cc +++ b/winsup/cygwin/grp.cc @@ -103,7 +103,6 @@ pwdgrp::read_group () static char NO_COPY pretty_ls[] = "????????::-1:"; if (wincap.has_security ()) add_line (pretty_ls); - return; } muto NO_COPY pwdgrp::pglock; |