[patch] trivial: unused var in sunrpc

From: Robert Love (rml@tech9.net)
Date: Sat Feb 15 2003 - 15:10:02 EST


There is an unused variable, `int maxlen', in net/sunrpc/clnt.c ::
rpc_setup_pipedir().

Attached patch, against 2.5.61, removes it. Please, apply.

        Robert Love

 net/sunrpc/clnt.c | 1 -
 1 files changed, 1 deletion(-)

diff -urN linux-2.5.61/net/sunrpc/clnt.c linux/net/sunrpc/clnt.c
--- linux-2.5.61/net/sunrpc/clnt.c 2003-02-14 18:51:30.000000000 -0500
+++ linux/net/sunrpc/clnt.c 2003-02-15 15:05:01.810157736 -0500
@@ -67,7 +67,6 @@
 rpc_setup_pipedir(struct rpc_clnt *clnt, char *dir_name)
 {
         static uint32_t clntid;
- int maxlen = sizeof(clnt->cl_pathname);
         int error;
 
         if (dir_name == NULL)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:01:04 EST