pspp-dump-sav: Print variable sets.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 16 Feb 2014 03:22:07 +0000 (19:22 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 16 Feb 2014 07:15:18 +0000 (23:15 -0800)
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

index 879c3748d3de9b78bf9505b9f8a526883df58d7b..e58bc254ec1d1f7696a4099ae8d679bb8229b2e0 100644 (file)
@@ -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. */