mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Remove unused variable in linux/getcwd.c
This commit is contained in:
@ -49,7 +49,6 @@ char *
|
||||
__getcwd (char *buf, size_t size)
|
||||
{
|
||||
char *path;
|
||||
int n;
|
||||
char *result;
|
||||
|
||||
#ifndef NO_ALLOCATION
|
||||
|
Reference in New Issue
Block a user