Avoid unused function warning
[pspp] / 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)
 {