From: Colin Ian King <[email protected]>

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 <[email protected]>
---
 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

Reply via email to