mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00: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