From: Ben Pfaff Date: Sun, 16 Feb 2014 03:22:07 +0000 (-0800) Subject: pspp-dump-sav: Print variable sets. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bb2c7ac0120743561e3a483d3b1dd0e96ba447a;p=pspp 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. --- 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. */