remove unused variable
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 23 Oct 2010 09:25:40 +0000 (11:25 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 23 Oct 2010 09:25:40 +0000 (11:25 +0200)
src/language/stats/friedman.c

index 21547150fa2613d58609f414901a750a9f519629..319648527df41386af33587e0b546db1a32c46c5 100644 (file)
@@ -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 =