mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Remove unused variable in linux/getcwd.c
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2012-05-14 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
|
||||||
|
variable.
|
||||||
|
|
||||||
2012-05-14 Joseph Myers <joseph@codesourcery.com>
|
2012-05-14 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #13717]
|
[BZ #13717]
|
||||||
|
@@ -49,7 +49,6 @@ char *
|
|||||||
__getcwd (char *buf, size_t size)
|
__getcwd (char *buf, size_t size)
|
||||||
{
|
{
|
||||||
char *path;
|
char *path;
|
||||||
int n;
|
|
||||||
char *result;
|
char *result;
|
||||||
|
|
||||||
#ifndef NO_ALLOCATION
|
#ifndef NO_ALLOCATION
|
||||||
|
Reference in New Issue
Block a user