aboutsummaryrefslogtreecommitdiff
path: root/type.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-06 21:47:35 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:07 +0200
commit56abb870555ae16ecffaa12373a0d72328e19514 (patch)
tree456fbe680bbb0e254386ac825f124ff02d6c6152 /type.h
parent3a9bf6db1a56e0950eb94e9f429c4d40c1b2169e (diff)
downloadltrace-56abb870555ae16ecffaa12373a0d72328e19514.tar.gz
Drop ARGTYPE_COUNT
Diffstat (limited to 'type.h')
-rw-r--r--type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/type.h b/type.h
index 599741b..848d234 100644
--- a/type.h
+++ b/type.h
@@ -45,7 +45,6 @@ enum arg_type {
ARGTYPE_ENUM, /* Enumeration */
ARGTYPE_STRUCT, /* Structure of values */
ARGTYPE_POINTER, /* Pointer to some other type */
- ARGTYPE_COUNT /* number of ARGTYPE_* values */
};
struct arg_type_info {