X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvariable.h;h=524a6be2be0d73c60b376aeb510079f0ad512ea3;hb=da70581a4825d948f6e3269b5bd0bd64cc3f3baa;hp=f1a4c8728ad6ea75e96cbd77f90c101f21763dd1;hpb=844259de34f3b5ed9c1b4a024da63f96f4f2194e;p=pspp-builds.git diff --git a/src/data/variable.h b/src/data/variable.h index f1a4c872..524a6be2 100644 --- a/src/data/variable.h +++ b/src/data/variable.h @@ -166,11 +166,6 @@ void var_clear_aux (struct variable *); void *var_detach_aux (struct variable *); void var_dtor_free (struct variable *); -/* Observed categorical values. */ -struct cat_vals *var_get_obs_vals (const struct variable *); -void var_set_obs_vals (const struct variable *, struct cat_vals *); -bool var_has_obs_vals (const struct variable *); - /* Custom attributes. */ struct attrset *var_get_attributes (const struct variable *); void var_set_attributes (struct variable *, const struct attrset *);