summaryrefslogtreecommitdiff
path: root/lib/asan/asan_win.cc
diff options
context:
space:
mode:
authorReid Kleckner <reid@kleckner.net>2015-07-21 17:42:37 +0000
committerReid Kleckner <reid@kleckner.net>2015-07-21 17:42:37 +0000
commit65f9d1f55e1cf912413d0af54b23ee418abc92f4 (patch)
treeb99ebf0acd66d2bc239c4a185cfbc2f15d58a019 /lib/asan/asan_win.cc
parentba4373cfd7177fcbf255e2f26c092bae52093acd (diff)
[asan] Remove AsanPlatformThreadInit
Since the CoreFoundation allocator replacement was moved in r173134, all implementations of this function have been empty. Reviewers: samsonov Differential Revision: http://reviews.llvm.org/D11375 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@242811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_win.cc')
-rw-r--r--lib/asan/asan_win.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/asan/asan_win.cc b/lib/asan/asan_win.cc
index addb3d40a..9d241aa91 100644
--- a/lib/asan/asan_win.cc
+++ b/lib/asan/asan_win.cc
@@ -194,10 +194,6 @@ void AsanCheckDynamicRTPrereqs() {}
void AsanCheckIncompatibleRT() {}
-void AsanPlatformThreadInit() {
- // Nothing here for now.
-}
-
void ReadContextStack(void *context, uptr *stack, uptr *ssize) {
UNIMPLEMENTED();
}