aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2021-09-21 12:53:52 -0400
committerSteve Dickson <steved@redhat.com>2021-09-23 11:39:07 -0400
commit1a661f02b0a44dd1200476f0e684a1a4ef809935 (patch)
treec8055bef15316835a0a619317027730222d3f3c9
parentcfe41d6f06af0e7744c1ca30503f93d28aca4d8b (diff)
downloadnfs-utils-1a661f02b0a44dd1200476f0e684a1a4ef809935.tar.gz
cacheio.c:216:21: warning: unused variable 'stb' [-Wunused-variable]
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r--support/nfs/cacheio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/support/nfs/cacheio.c b/support/nfs/cacheio.c
index 73f4be4a..bd4da0e5 100644
--- a/support/nfs/cacheio.c
+++ b/support/nfs/cacheio.c
@@ -213,7 +213,6 @@ int qword_get_uint(char **bpp, unsigned int *anint)
void
cache_flush(void)
{
- struct stat stb;
int c;
char stime[32];
char path[200];