INPUT PROGRAM: Remove unused enumeration.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 5 Dec 2010 23:16:03 +0000 (15:16 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 12 Dec 2010 06:14:24 +0000 (22:14 -0800)
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;