Remove unused variable
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 10 May 2017 10:59:11 +0000 (12:59 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 10 May 2017 12:45:46 +0000 (14:45 +0200)
src/language/stats/factor.c

index 6100279555f5c21b8ae13a9276dd94372f3a0e32..9480b3a17a8ccc9947891e24a521c64d0e31c2d3 100644 (file)
@@ -2106,7 +2106,6 @@ show_covariance_matrix (const struct cmd_factor *factor, const struct idata *ida
   struct tab_table *t ;
   size_t i, j;
   int y_pos_corr = -1;
-  int y_pos_sig = -1;
   int suffix_rows = 0;
 
   const int heading_rows = 1;