forked from OSchip/llvm-project
[gcov] Delete flush_fn_list (unused since D83149)
This commit is contained in:
parent
b897729a39
commit
01cdab0b33
|
@ -127,11 +127,6 @@ struct fn_list {
|
|||
*/
|
||||
struct fn_list writeout_fn_list;
|
||||
|
||||
/*
|
||||
* A list of flush functions that our __gcov_flush() function should call, shared between all dynamic objects.
|
||||
*/
|
||||
struct fn_list flush_fn_list;
|
||||
|
||||
/*
|
||||
* A list of reset functions, shared between all dynamic objects.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue