projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f38235
)
INPUT PROGRAM: Remove unused enumeration.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 5 Dec 2010 23:16:03 +0000
(15:16 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 12 Dec 2010 06:14:24 +0000
(22:14 -0800)
src/language/data-io/inpt-pgm.c
patch
|
blob
|
history
diff --git
a/src/language/data-io/inpt-pgm.c
b/src/language/data-io/inpt-pgm.c
index 637b0a410f6ae3349cfc72e9aeaca55e9ca814ed..405f605a807a76267bb050c1469d5828feb352f3 100644
(file)
--- 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;