[gcov] Delete flush_fn_list (unused since D83149)

This commit is contained in:
Fangrui Song 2020-09-10 10:15:27 -07:00
parent c464f1d8f9
commit ab1de1fcfb
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -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.
*/