diff options
Diffstat (limited to 'trace/control-internal.h')
-rw-r--r-- | trace/control-internal.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/trace/control-internal.h b/trace/control-internal.h index a4e5f4aa06..7f31e39059 100644 --- a/trace/control-internal.h +++ b/trace/control-internal.h @@ -20,17 +20,6 @@ extern uint16_t trace_events_dstate[]; extern int trace_events_enabled_count; -static inline TraceEventID trace_event_count(void) -{ - return TRACE_EVENT_COUNT; -} - -static inline TraceEvent *trace_event_id(TraceEventID id) -{ - assert(id < trace_event_count()); - return &trace_events[id]; -} - static inline bool trace_event_is_pattern(const char *str) { assert(str != NULL); |