pspp-dump-sav: Print variable sets.
[pspp] / 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. */