diff options
Diffstat (limited to 'compiler-rt/lib/esan/working_set.h')
| -rw-r--r-- | compiler-rt/lib/esan/working_set.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/compiler-rt/lib/esan/working_set.h b/compiler-rt/lib/esan/working_set.h index 034dfe6d991..3750a480a11 100644 --- a/compiler-rt/lib/esan/working_set.h +++ b/compiler-rt/lib/esan/working_set.h @@ -21,7 +21,6 @@  namespace __esan {  void initializeWorkingSet(); -void initializeShadowWorkingSet();  int finalizeWorkingSet();  void processRangeAccessWorkingSet(uptr PC, uptr Addr, SIZE_T Size,                                    bool IsWrite); | 

