forked from OSchip/llvm-project
[gcov] Delete flush_fn_list (unused since D83149)
This commit is contained in:
parent
c464f1d8f9
commit
ab1de1fcfb
|
@ -1197,7 +1197,6 @@ void Darwin::addProfileRTLibs(const ArgList &Args,
|
|||
if (ForGCOV) {
|
||||
addExportedSymbol(CmdArgs, "___gcov_dump");
|
||||
addExportedSymbol(CmdArgs, "___gcov_reset");
|
||||
addExportedSymbol(CmdArgs, "_flush_fn_list");
|
||||
addExportedSymbol(CmdArgs, "_writeout_fn_list");
|
||||
addExportedSymbol(CmdArgs, "_reset_fn_list");
|
||||
} else {
|
||||
|
|
|
@ -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