removed global context cleanup

This commit is contained in:
Patrick Lipka 2025-08-08 11:39:08 +02:00
parent 7b6ef3e2b0
commit d3bad18e33
1 changed files with 0 additions and 3 deletions

View File

@ -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
}