From 9cfb5800417f26820cb6392f27bf77c75df57505 Mon Sep 17 00:00:00 2001 From: anserper Date: Wed, 9 Jan 2008 09:26:07 +0000 Subject: [PATCH] Branch b1_6 b=13904 i=sergey.glushchenko i=johann "fix unused variable warning" patch --- lustre/utils/lfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index a714ab7..168759d 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -1270,7 +1270,6 @@ static int lfs_quotainv(int argc, char **argv) int c; char *mnt; struct if_quotactl qctl; - char *obd_type = (char *)qctl.obd_type; int rc; memset(&qctl, 0, sizeof(qctl)); -- 1.8.3.1