diff mbox series

[11/25] nfsio: remove unused status variable

Message ID 20220209222610.438470-12-mcgrof@kernel.org (mailing list archive)
State New, archived
Headers show
Series dbench: fix compile warnings and update a bit | expand

Commit Message

Luis Chamberlain Feb. 9, 2022, 10:25 p.m. UTC
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
---
 nfsio.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/nfsio.c b/nfsio.c
index 1b49bd3..7332066 100644
--- a/nfsio.c
+++ b/nfsio.c
@@ -51,7 +51,6 @@  static void nfs3_cleanup(struct child_struct *child)
 
 static void nfs3_setup(struct child_struct *child)
 {
-	const char *status = "0x00000000";
 	nfsstat3 res;
 
 	child->rate.last_time = timeval_current();