1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Remove an unused variable in fstatvfs.

This commit is contained in:
Roland McGrath
2014-06-23 14:05:14 -07:00
parent 4648909d56
commit 3fc7236a28
2 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,6 @@ int
fstatvfs (int fd, struct statvfs *buf)
{
struct statfs fsbuf;
struct stat64 st;
/* Get as much information as possible from the system. */
if (__fstatfs (fd, &fsbuf) < 0)