Remove `init' member from struct variable, which was essentially
[pspp-builds.git] / src / data / variable.h
index 181d70c88931f08e90c7c7de8bfa1a8aca36566d..3a5015be5dedb6c2a92c98bfa75168e570c0c6fd 100644 (file)
@@ -64,7 +64,6 @@ struct variable
 
     /* Case information. */
     int fv, nv;                        /* Index into `value's, number of values. */
-    bool init;                  /* True if needs init and possibly reinit. */
     bool reinit;                /* True: reinitialize; false: leave. */
 
     /* Data for use by containing dictionary. */