From 893b8a35bb77755ef700a4646cd62e77b30c0b1f Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 5 Dec 2010 15:16:03 -0800 Subject: [PATCH] INPUT PROGRAM: Remove unused enumeration. --- src/language/data-io/inpt-pgm.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/language/data-io/inpt-pgm.c b/src/language/data-io/inpt-pgm.c index 637b0a410f..405f605a80 100644 --- a/src/language/data-io/inpt-pgm.c +++ b/src/language/data-io/inpt-pgm.c @@ -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; -- 2.30.2