summaryrefslogtreecommitdiff
path: root/lib/esan/working_set.h
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-06-14 12:39:22 +0000
committerNico Weber <nicolasweber@gmx.de>2016-06-14 12:39:22 +0000
commit2c9ed7538ad6463aa52a68b22545abf473e29c0a (patch)
treeb85b137b49b5a969201a29868e71cd124e6c4b47 /lib/esan/working_set.h
parent2a8f0a92c347dbc714cab40a5c61cf336fa0be18 (diff)
Revert r272591, http://lab.llvm.org:8011/builders/clang-x64-ninja-win7 has been broken since this landed.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@272659 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/esan/working_set.h')
-rw-r--r--lib/esan/working_set.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/esan/working_set.h b/lib/esan/working_set.h
index 034dfe6d9..3750a480a 100644
--- a/lib/esan/working_set.h
+++ b/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);