From: Ben Pfaff Date: Sun, 28 Dec 2014 16:49:50 +0000 (-0800) Subject: factor: Comment out unused functions. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=370a9db5a646d56f62b6915f92d2e8da5c28467b factor: Comment out unused functions. --- diff --git a/src/language/stats/factor.c b/src/language/stats/factor.c index c3a7e8ee24..5d1b242d81 100644 --- a/src/language/stats/factor.c +++ b/src/language/stats/factor.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2011, 2012, 2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -316,7 +316,7 @@ ssq_od_n (const gsl_matrix *m, int n) -#if 1 +#if 0 static void dump_matrix (const gsl_matrix *m) {