From: Ben Pfaff Date: Sun, 5 Dec 2010 23:16:03 +0000 (-0800) Subject: INPUT PROGRAM: Remove unused enumeration. X-Git-Tag: v0.7.7~111 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=893b8a35bb77755ef700a4646cd62e77b30c0b1f;p=pspp-builds.git INPUT PROGRAM: Remove unused enumeration. --- diff --git a/src/language/data-io/inpt-pgm.c b/src/language/data-io/inpt-pgm.c index 637b0a41..405f605a 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;