From 8bb2c7ac0120743561e3a483d3b1dd0e96ba447a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 15 Feb 2014 19:22:07 -0800 Subject: [PATCH] pspp-dump-sav: Print variable sets. I'm thinking about implementing these, and it's easier to understand the format if pspp-dump-sav prints the contents. --- utilities/pspp-dump-sav.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/utilities/pspp-dump-sav.c b/utilities/pspp-dump-sav.c index 879c3748d3..e58bc254ec 100644 --- a/utilities/pspp-dump-sav.c +++ b/utilities/pspp-dump-sav.c @@ -606,12 +606,6 @@ read_extension_record (struct sfm_reader *r) read_machine_float_info (r, size, count); return; - case 5: - /* Variable sets information. We don't use these yet. - They only apply to GUIs; see VARSETS on the APPLY - DICTIONARY command in SPSS documentation. */ - break; - case 6: /* DATE variable information. We don't use it yet, but we should. */ -- 2.30.2