From: John Darrington Date: Sat, 23 Oct 2010 09:25:40 +0000 (+0200) Subject: remove unused variable X-Git-Tag: v0.7.7~189 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c327bbf83aee01efec9a44157521888e34f81f5;p=pspp-builds.git remove unused variable --- diff --git a/src/language/stats/friedman.c b/src/language/stats/friedman.c index 21547150..31964852 100644 --- a/src/language/stats/friedman.c +++ b/src/language/stats/friedman.c @@ -247,7 +247,6 @@ show_sig_box (const struct one_sample_test *ost, const struct friedman *fr) const struct variable *weight = dict_get_weight (fr->dict); const struct fmt_spec *wfmt = weight ? var_get_print_format (weight) : &F_8_0; - int i; const int row_headers = 1; const int column_headers = 0; struct tab_table *table =