aboutsummaryrefslogtreecommitdiff
path: root/type.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-06 21:10:36 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:06 +0200
commit21e56081e73310b3409c6d4af1af118fb700c3f8 (patch)
treee59d58eb0ca45b06a5099ab2d15f91d9b7aa67df /type.h
parent2bea8615d97097a334449ee95112c8a59277103e (diff)
downloadltrace-21e56081e73310b3409c6d4af1af118fb700c3f8.tar.gz
Move ARGTYPE_ENUM entries to arg_type_info.u.entries, use type.c in parser
Diffstat (limited to 'type.h')
-rw-r--r--type.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/type.h b/type.h
index b46427c..59148bc 100644
--- a/type.h
+++ b/type.h
@@ -53,13 +53,6 @@ struct arg_type_info {
union {
struct vect entries;
- /* ARGTYPE_ENUM */
- struct {
- size_t entries;
- char **keys;
- int *values;
- } enum_info;
-
/* ARGTYPE_ARRAY */
struct {
struct arg_type_info *elt_type;