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/uinfo.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/uinfo.cc')
-rw-r--r-- | winsup/cygwin/uinfo.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/uinfo.cc b/winsup/cygwin/uinfo.cc index c8995bd..6948ce2 100644 --- a/winsup/cygwin/uinfo.cc +++ b/winsup/cygwin/uinfo.cc @@ -127,8 +127,6 @@ internal_getlogin (cygheap_user &user) } } cygheap->user.ontherange (CH_HOME, pw); - - return; } void @@ -570,5 +568,4 @@ pwdgrp::load (const char *posix_fname) debug_printf ("%s load %s", posix_fname, res); initialized = true; - return; } |