lkml.org 
[lkml]   [2018]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] afs: remove unused variable afs_zero_fid
Date
From: Colin Ian King <colin.king@canonical.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@canonical.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
\
 
 \ /
  Last update: 2018-09-04 16:45    [W:0.023 / U:1.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site