X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-map.h;h=9baa412c5ca5ceca0a829b4cc4b01e484f73c6ee;hb=95cde62bdf5210c1c60dad5598a888b864f93161;hp=0e9970a873c13bc8e1fb5bbb60618838b61896a5;hpb=b3fcf4b1644bf4af9b5eb7b0b0f8856c51118128;p=pspp diff --git a/src/data/case-map.h b/src/data/case-map.h index 0e9970a873..9baa412c5c 100644 --- a/src/data/case-map.h +++ b/src/data/case-map.h @@ -32,7 +32,6 @@ struct casewriter; struct ccase; struct dictionary; -struct case_map *case_map_create (void); void case_map_destroy (struct case_map *); struct ccase *case_map_execute (const struct case_map *, struct ccase *); @@ -47,11 +46,7 @@ struct casewriter *case_map_create_output_translator (struct case_map *, a modified version of the same dictionary. */ struct case_map_stage *case_map_stage_create (const struct dictionary *); void case_map_stage_destroy (struct case_map_stage *); -struct case_map *case_map_stage_get_case_map (const struct case_map_stage *); - -/* For eliminating "holes" in a case. */ -struct case_map *case_map_to_compact_dict (const struct dictionary *d, - unsigned int exclude_classes); +struct case_map *case_map_stage_to_case_map (struct case_map_stage *); /* For mapping cases for one dictionary to another based on variable names within the dictionary. */