aboutsummaryrefslogtreecommitdiff
path: root/type.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-06 22:43:51 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:07 +0200
commit940ec0650bfe0f1deda96d3561be3d0006df92fc (patch)
tree9e1ba265c10cb81cdb5c293ad1f6488d68e88207 /type.h
parent6f9f03b3108b68e790eca48fcf053f74ff433094 (diff)
downloadltrace-940ec0650bfe0f1deda96d3561be3d0006df92fc.tar.gz
Introduce printf module, drop ARGTYPE_FORMAT
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 a8d18d3..05c044f 100644
--- a/type.h
+++ b/type.h
@@ -39,7 +39,6 @@ enum arg_type {
ARGTYPE_USHORT,
ARGTYPE_FLOAT,
ARGTYPE_DOUBLE,
- ARGTYPE_FORMAT, /* printf-like format */
ARGTYPE_STRING_N, /* String of known maxlen */
ARGTYPE_ARRAY, /* Series of values in memory */
ARGTYPE_ENUM, /* Enumeration */