From c308afc29a0721b02fd5bdf0bf6d049fa63c6f08 Mon Sep 17 00:00:00 2001 From: qian Date: Thu, 18 Oct 2007 12:03:09 +0000 Subject: [PATCH] b=13099 i=adilger,shadow remove the useless 'nob'. --- lustre/osc/osc_request.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 8f16dff..955caa1 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -1354,7 +1354,6 @@ static int brw_interpret(struct ptlrpc_request *request, void *data, int rc) { struct osc_brw_async_args *aa = data; int i; - int nob = rc; ENTRY; rc = osc_brw_fini_request(request, rc); -- 1.8.3.1