mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Clean up unused function: cuserid
* lib-src/ntlib.c (cuserid): Remove unused function.
This commit is contained in:
parent
78ccae4447
commit
6e82403013
2 changed files with 0 additions and 10 deletions
|
|
@ -138,15 +138,6 @@ getlogin (void)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
char *
|
||||
cuserid (char * s)
|
||||
{
|
||||
char * name = getlogin ();
|
||||
if (s)
|
||||
return strcpy (s, name ? name : "");
|
||||
return name;
|
||||
}
|
||||
|
||||
unsigned
|
||||
getuid (void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue