INPUT PROGRAM: Remove unused enumeration.
[pspp-builds.git] / src / language / data-io / inpt-pgm.c
index 637b0a410f6ae3349cfc72e9aeaca55e9ca814ed..405f605a807a76267bb050c1469d5828feb352f3 100644 (file)
@@ -52,15 +52,6 @@ enum cmd_result_extensions
   };
 
 /* Indicates how a `union value' should be initialized. */
-enum value_init_type
-  {
-    INP_NUMERIC = 01,          /* Numeric. */
-    INP_STRING = 0,            /* String. */
-
-    INP_INIT_ONCE = 02,                /* Initialize only once. */
-    INP_REINIT = 0,            /* Reinitialize for each iteration. */
-  };
-
 struct input_program_pgm
   {
     struct trns_chain *trns_chain;