dictionary: Always compact immediately upon deletion of a variable.
[pspp] / src / data / case-map.h
index 3e1f8be41f1466854176d330f3117794c12dead3..a74921c38b87517ba697e44e8337cbc7b281b59c 100644 (file)
@@ -48,10 +48,6 @@ 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);
-
 /* For mapping cases for one dictionary to another based on
    variable names within the dictionary. */
 struct case_map *case_map_by_name (const struct dictionary *old,