aboutsummaryrefslogtreecommitdiff
path: root/type.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-09 04:26:15 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:07 +0200
commitb781916d24d6ee96842c818b5e18af31808d427d (patch)
tree2abf61f5aefb66c2997f1184bd03e3339e315414 /type.h
parentce034981e2880eecb8a196c78182dfb4ae67850f (diff)
downloadltrace-b781916d24d6ee96842c818b5e18af31808d427d.tar.gz
Drop ARGTYPE_UNKNOWN, use guess_lens instead
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 6ad7094..5aff71f 100644
--- a/type.h
+++ b/type.h
@@ -27,7 +27,6 @@
#include "vect.h"
enum arg_type {
- ARGTYPE_UNKNOWN = -1,
ARGTYPE_VOID,
ARGTYPE_INT,
ARGTYPE_UINT,