mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Remove an unused variable in fstatvfs.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user