Fixed bug #11227 (T-Test not working with alpha independent variable )
[pspp-builds.git] / src / casefile.c
index 6033427c47354079a2863af36e4c041a52ce3f85..76de45dc7a6b392dd8581f6334fdaa0ee5cd2026 100644 (file)
@@ -803,7 +803,6 @@ cmd_debug_casefile (void)
 static void
 test_casefile (int pattern, size_t value_cnt, size_t case_cnt) 
 {
-  int zero = 0;
   struct casefile *cf;
   struct casereader *r1, *r2;
   struct ccase c;