[COMMITTED PATCH] Remove an unused variable in fstatvfs.
Roland McGrath
roland@hack.frob.com
Mon Jun 23 21:06:00 GMT 2014
2014-06-23 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
Remove unused variable ST.
--- a/sysdeps/unix/sysv/linux/fstatvfs.c
+++ b/sysdeps/unix/sysv/linux/fstatvfs.c
@@ -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)
More information about the Libc-alpha
mailing list