Added a base parameter to the interaction_case_hash function
[pspp] / src / math / covariance.h
index 6ec645b7e27009df8b195aa96ef32604795e46e8..ed5b3ee73426951d0084eb5df20f8492db541cb7 100644 (file)
@@ -47,7 +47,6 @@ void covariance_destroy (struct covariance *cov);
 const gsl_matrix *covariance_moments (const struct covariance *cov, int m);
 
 const struct categoricals * covariance_get_categoricals (const struct covariance *cov);
-
-void covariance_get_var_indices (const struct covariance *cov, struct variable **vars);
 size_t covariance_dim (const struct covariance * cov);
+
 #endif