dictionary: Always compact immediately upon deletion of a variable.
[pspp] / src / language / commands / combine-files.c
index c6af498b866031ce44b9d50c5d15d2c6f361aa51..6743c5e7a9cfd88483b234069780ef565c377160 100644 (file)
@@ -407,7 +407,6 @@ combine_files (enum comb_command_type command,
     goto error;
 
   dict_delete_scratch_vars (proc.dict);
-  dict_compact_values (proc.dict);
 
   /* Set up mapping from each file's variables to master
      variables. */