From 3fc7236a2853953cce81ccc15a99c9bc1b7a648d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 23 Jun 2014 14:05:14 -0700 Subject: Remove an unused variable in fstatvfs. --- sysdeps/unix/sysv/linux/fstatvfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/fstatvfs.c') diff --git a/sysdeps/unix/sysv/linux/fstatvfs.c b/sysdeps/unix/sysv/linux/fstatvfs.c index 689ab7ad10..08bfe7f5f8 100644 --- 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) -- cgit 1.4.1