diff options
Diffstat (limited to 'include/trace/define_trace.h')
-rw-r--r-- | include/trace/define_trace.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/trace/define_trace.h b/include/trace/define_trace.h index abc611feeb8c..f7a7ae1e8f90 100644 --- a/include/trace/define_trace.h +++ b/include/trace/define_trace.h | |||
@@ -26,10 +26,6 @@ | |||
26 | #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ | 26 | #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ |
27 | DEFINE_TRACE(name) | 27 | DEFINE_TRACE(name) |
28 | 28 | ||
29 | #undef TRACE_FORMAT | ||
30 | #define TRACE_FORMAT(name, proto, args, print) \ | ||
31 | DEFINE_TRACE(name) | ||
32 | |||
33 | #undef DECLARE_TRACE | 29 | #undef DECLARE_TRACE |
34 | #define DECLARE_TRACE(name, proto, args) \ | 30 | #define DECLARE_TRACE(name, proto, args) \ |
35 | DEFINE_TRACE(name) | 31 | DEFINE_TRACE(name) |