X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcoefficient.h;h=5fb34c261543c3db14a16ac9e1726407e4094115;hb=b5b474193e450bba97610065df0518c08074a7fb;hp=8a82f46be98ebec69eaa17ab115c8add71dc4052;hpb=bd00412ff6cf29cf3b7744bf1045f53122eb46f7;p=pspp-builds.git diff --git a/src/math/coefficient.h b/src/math/coefficient.h index 8a82f46b..5fb34c26 100644 --- a/src/math/coefficient.h +++ b/src/math/coefficient.h @@ -19,7 +19,6 @@ #define COEFFICIENT_H #include -#include #include #include @@ -107,10 +106,4 @@ const struct variable *pspp_coeff_get_var (struct pspp_coeff *, */ const union value *pspp_coeff_get_value (struct pspp_coeff *, const struct variable *); - -const struct pspp_coeff *pspp_linreg_get_coeff (const pspp_linreg_cache - *, - const struct variable - *, - const union value *); #endif