diff options
Diffstat (limited to 'compiler-rt/lib/esan/esan.cpp')
| -rw-r--r-- | compiler-rt/lib/esan/esan.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/compiler-rt/lib/esan/esan.cpp b/compiler-rt/lib/esan/esan.cpp index e6d6aff3184..e7399e219e6 100644 --- a/compiler-rt/lib/esan/esan.cpp +++ b/compiler-rt/lib/esan/esan.cpp @@ -197,9 +197,6 @@ void initializeLibrary(ToolType Tool) {    }    initializeShadow(); -  if (__esan_which_tool == ESAN_WorkingSet) -    initializeShadowWorkingSet(); -    initializeInterceptors();    if (__esan_which_tool == ESAN_CacheFrag) { | 

