removed global context cleanup
This commit is contained in:
parent
7b6ef3e2b0
commit
d3bad18e33
|
@ -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_stack_id_to_function(int func_id, int stack_id);
|
||||||
void rvprof_stats_add_caller_to_function(int func_id, const char* caller);
|
void rvprof_stats_add_caller_to_function(int func_id, const char* caller);
|
||||||
|
|
||||||
// global context
|
|
||||||
void rvprof_context_cleanup(void);
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue