Remove unused variable in linux/getcwd.c

This commit is contained in:
Andreas Jaeger 2012-05-14 16:27:05 +02:00
parent caae5a8101
commit 7ac772940e
2 changed files with 5 additions and 1 deletions

View File

@ -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>
[BZ #13717]

View File

@ -49,7 +49,6 @@ char *
__getcwd (char *buf, size_t size)
{
char *path;
int n;
char *result;
#ifndef NO_ALLOCATION