[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20180904144422.6647-1-colin.king@canonical.com>
Date: Tue, 4 Sep 2018 15:44:22 +0100
From: Colin King <colin.king@...onical.com>
To: David Howells <dhowells@...hat.com>, linux-afs@...ts.infradead.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] afs: remove unused variable afs_zero_fid
From: Colin Ian King <colin.king@...onical.com>
Variable afs_zero_fid is defined but not used, hence it is
redundant and can be removed.
Cleans up clang warning:
'afs_zero_fid' defined but not used [-Wunused-const-variable=]
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
fs/afs/fsclient.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/afs/fsclient.c b/fs/afs/fsclient.c
index 50929cb91732..1310ffe8da48 100644
--- a/fs/afs/fsclient.c
+++ b/fs/afs/fsclient.c
@@ -18,8 +18,6 @@
#include "afs_fs.h"
#include "xdr_fs.h"
-static const struct afs_fid afs_zero_fid;
-
/*
* We need somewhere to discard into in case the server helpfully returns more
* than we asked for in FS.FetchData{,64}.
--
2.17.1
Powered by blists - more mailing lists