Remove some more unneeded 'return;'s throughout.

This commit is contained in:
Christopher Faylor
2005-09-14 14:27:56 +00:00
parent 18ea7328a7
commit 3aca3cb636
18 changed files with 4 additions and 24 deletions

View File

@@ -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;
}