Remove `init' member from struct variable, which was essentially
[pspp-builds.git] / src / language / data-io / data-list.c
index 3a6f807c00f63a4b11af204da886b27fcd59b9f8..cf8cd6bd47cbda580441fad7fcdce08d5b9cf1ec 100644 (file)
@@ -545,8 +545,6 @@ fixed_parse_compatible (struct fixed_parsing_state *fx,
        {
          convert_fmt_ItoO (&input, &v->print);
          v->write = v->print;
-          if (!in_input_program () && !in_file_type ())
-            v->init = 0;
        }
       else
        {
@@ -653,9 +651,6 @@ dump_fmt_list (struct fixed_parsing_state *fx, struct fmt_list *f,
                return 0;
              }
            
-            if (!in_input_program () && !in_file_type ())
-              v->init = 0;
-
             spec = xmalloc (sizeof *spec);
             spec->v = v;
            spec->input = f->f;
@@ -862,9 +857,6 @@ parse_free (struct dls_var_spec **first, struct dls_var_spec **last)
            }
          v->print = v->write = output;
 
-          if (!in_input_program () && !in_file_type ())
-            v->init = 0;
-
           spec = xmalloc (sizeof *spec);
           spec->input = input;
           spec->v = v;