This function drew attention to itself through a warning about a missing
return type, but it isn't used so just delete it instead of adding a
return type
/* 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
{
return c->depvar_mean;
}
-static
-linreg_set_dependent_column (linreg *c, int column)
-{
- c->dependent_column = column;
-}
-