X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fcase-map.h;h=9baa412c5ca5ceca0a829b4cc4b01e484f73c6ee;hb=853329fd7c721a0b430a80abe0308d5eb1b1002c;hp=13e2ef190f4a0f79716bf3d3d40a4da99f8b05e8;hpb=07ef0f77af61c25d09f14733d731dc99cf44996e;p=pspp diff --git a/src/data/case-map.h b/src/data/case-map.h index 13e2ef190f..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_clone (const struct case_map *); 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. */