From a5cedfde130f823b49fe36fdc6244cb1a7f752cf Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 26 Sep 2002 23:59:40 +0000 Subject: [PATCH] Remove unused variable. --- lustre/obdclass/genops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdclass/genops.c b/lustre/obdclass/genops.c index aaa0402..865b869 100644 --- a/lustre/obdclass/genops.c +++ b/lustre/obdclass/genops.c @@ -372,7 +372,6 @@ struct obd_export *class_new_export(struct obd_device *obddev) void class_destroy_export(struct obd_export *exp) { - int rc; ENTRY; spin_lock(&exp->exp_obd->obd_dev_lock); -- 1.8.3.1