Dropped references to unused vector param_estimates
[pspp] / lib / linreg / pspp_linreg.h
index 40c5ad842b3df324c071d3d4771ffd6dc6cd39e4..a8db8a10f8e7979302fa401394e53088239b55d6 100644 (file)
@@ -93,7 +93,6 @@ struct pspp_linreg_cache_struct
 
   gsl_vector *residuals;
   struct pspp_linreg_coeff *coeff;
-  gsl_vector *param_estimates;
   int method;                  /* Method to use to estimate parameters. */
   /*
      Means and standard deviations of the variables.