aboutsummaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-01-06 16:00:25 +0100
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:06 +0200
commit37b73c0ab8cbcab4729df6d12f2dc846d4652310 (patch)
tree6b63483ff05e82922e87488cdf9415c59a47fb85 /common.h
parent97f13e3fca546aa292ba5d8aa6011338e64f2f7a (diff)
downloadltrace-37b73c0ab8cbcab4729df6d12f2dc846d4652310.tar.gz
Drop LT_TOF_NONE, LT_TOF_STRUCT
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.h b/common.h
index 89698e1..258ad8b 100644
--- a/common.h
+++ b/common.h
@@ -51,12 +51,10 @@ extern char * command;
extern int exiting; /* =1 if we have to exit ASAP */
enum tof {
- LT_TOF_NONE = 0,
LT_TOF_FUNCTION, /* A real library function */
LT_TOF_FUNCTIONR, /* Return from a real library function */
LT_TOF_SYSCALL, /* A syscall */
LT_TOF_SYSCALLR, /* Return from a syscall */
- LT_TOF_STRUCT /* Not a function; read args from struct */
};
typedef struct Function Function;