summaryrefslogtreecommitdiff
path: root/trace/stderr.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace/stderr.h')
-rw-r--r--trace/stderr.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/trace/stderr.h b/trace/stderr.h
deleted file mode 100644
index d575b613e3..0000000000
--- a/trace/stderr.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef TRACE_STDERR_H
-#define TRACE_STDERR_H
-
-typedef uint64_t TraceEventID;
-
-typedef struct {
- const char *tp_name;
- bool state;
-} TraceEvent;
-
-#endif /* ! TRACE_STDERR_H */