pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[misc 07/18] INPUT PROGRAM: Remove unused enumeration.


From: Ben Pfaff
Subject: [misc 07/18] INPUT PROGRAM: Remove unused enumeration.
Date: Sat, 11 Dec 2010 22:20:01 -0800

---
 src/language/data-io/inpt-pgm.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/language/data-io/inpt-pgm.c b/src/language/data-io/inpt-pgm.c
index 637b0a4..405f605 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;
-- 
1.7.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]