From d3bad18e3369c754c5c7082d3ca603fc4c796a89 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 8 Aug 2025 11:39:08 +0200 Subject: [PATCH] removed global context cleanup --- src/rvprof_internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/rvprof_internal.h b/src/rvprof_internal.h index 8d5c39f..9527ef9 100644 --- a/src/rvprof_internal.h +++ b/src/rvprof_internal.h @@ -185,9 +185,6 @@ int rvprof_stats_get_or_create_stack_id(void); void rvprof_stats_add_stack_id_to_function(int func_id, int stack_id); void rvprof_stats_add_caller_to_function(int func_id, const char* caller); -// global context -void rvprof_context_cleanup(void); - #ifdef __cplusplus }