DO IF, LOOP cleanup.
[pspp-builds.git] / src / file-type.c
index 0774c68325543dc5fb6dfede5acccf1e8d7fd76b..ff97f8dbbfbfd868c7adcd72c10672fb3a32bf1b 100644 (file)
@@ -74,8 +74,7 @@ struct record_type
     int ft, lt;                        /* First, last transformation index. */
   };                           /* record_type */
 
-/* Represents a FILE TYPE input program.  Does not contain a
-   trns_header because it's never submitted as a transformation. */
+/* Represents a FILE TYPE input program. */
 struct file_type_pgm
   {
     int type;                  /* One of the FTY_* constants. */