Whamcloud - gitweb
Remove unused variable.
authoradilger <adilger>
Thu, 26 Sep 2002 23:59:40 +0000 (23:59 +0000)
committeradilger <adilger>
Thu, 26 Sep 2002 23:59:40 +0000 (23:59 +0000)
lustre/obdclass/genops.c

index aaa0402..865b869 100644 (file)
@@ -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);