From: anserper Date: Wed, 9 Jan 2008 09:26:07 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~853 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9cfb5800417f26820cb6392f27bf77c75df57505;p=fs%2Flustre-release.git Branch b1_6 b=13904 i=sergey.glushchenko i=johann "fix unused variable warning" patch --- 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));