subsys/profiling: remove unused declaration

`PERF_EVENT_TRACING_BUF_OVERFLOW` isn't used, remove it.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2024-08-16 12:00:23 +08:00 committed by Henrik Brix Andersen
commit f213b5b95f

View file

@ -27,8 +27,6 @@ struct perf_data_t {
bool buf_full;
};
#define PERF_EVENT_TRACING_BUF_OVERFLOW (1 << 0)
static struct perf_data_t perf_data;
static void perf_tracer(struct k_timer *timer)