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 }