[compiler-rt] 01cdab0 - [gcov] Delete flush_fn_list (unused since D83149)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 17:27:38 PDT 2020


Author: Fangrui Song
Date: 2020-09-09T17:27:30-07:00
New Revision: 01cdab0b335e21321987505e66f34c24dc55b0d7

URL: https://github.com/llvm/llvm-project/commit/01cdab0b335e21321987505e66f34c24dc55b0d7
DIFF: https://github.com/llvm/llvm-project/commit/01cdab0b335e21321987505e66f34c24dc55b0d7.diff

LOG: [gcov] Delete flush_fn_list (unused since D83149)

Added: 
    

Modified: 
    compiler-rt/lib/profile/GCDAProfiling.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/profile/GCDAProfiling.c b/compiler-rt/lib/profile/GCDAProfiling.c
index cf6c44bae641..405568187241 100644
--- a/compiler-rt/lib/profile/GCDAProfiling.c
+++ b/compiler-rt/lib/profile/GCDAProfiling.c
@@ -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.
  */


        


More information about the llvm-commits mailing list