mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Remove an unused variable in fstatvfs.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2014-06-23 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
|
||||||
|
Remove unused variable ST.
|
||||||
|
|
||||||
2014-06-23 Joseph Myers <joseph@codesourcery.com>
|
2014-06-23 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #16354]
|
[BZ #16354]
|
||||||
|
@@ -29,7 +29,6 @@ int
|
|||||||
fstatvfs (int fd, struct statvfs *buf)
|
fstatvfs (int fd, struct statvfs *buf)
|
||||||
{
|
{
|
||||||
struct statfs fsbuf;
|
struct statfs fsbuf;
|
||||||
struct stat64 st;
|
|
||||||
|
|
||||||
/* Get as much information as possible from the system. */
|
/* Get as much information as possible from the system. */
|
||||||
if (__fstatfs (fd, &fsbuf) < 0)
|
if (__fstatfs (fd, &fsbuf) < 0)
|
||||||
|
Reference in New Issue
Block a user