X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg.c;h=63d1a0f976ee420ca52b476e67aa85cd94ff4a5e;hb=da70581a4825d948f6e3269b5bd0bd64cc3f3baa;hp=fe01ac39e4941969b8664d0dd8d08f7cf7c57d27;hpb=f338eb59ae54d23708eaf2ffa009239807794653;p=pspp-builds.git diff --git a/src/math/linreg.c b/src/math/linreg.c index fe01ac39..63d1a0f9 100644 --- a/src/math/linreg.c +++ b/src/math/linreg.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2010 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 @@ -461,9 +461,3 @@ linreg_get_depvar_mean (linreg *c) { return c->depvar_mean; } -static -linreg_set_dependent_column (linreg *c, int column) -{ - c->dependent_column = column; -} -