Avoid unused function warning
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 24 Jul 2010 14:37:00 +0000 (16:37 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 24 Jul 2010 14:37:00 +0000 (16:37 +0200)
src/language/stats/reliability.c

index e82d17f337c39689a737a4ddb2532dd3e7174386..c73790713cebaceedf0bdc42a87e594eaa5cc43f 100644 (file)
@@ -56,7 +56,7 @@ struct cronbach
   struct moments1 *total ; /* Moments of the totals */
 };
 
-#if 1
+#if 0
 static void
 dump_cronbach (const struct cronbach *s)
 {