summaryrefslogtreecommitdiff
path: root/lib/msan/msan_new_delete.cc
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-04-27 22:08:04 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-04-27 22:08:04 +0000
commit4f3ec41ea57aa24c844aca561285d92d342a0da9 (patch)
tree9ecb19b9c0c40100301996539127186f6128d543 /lib/msan/msan_new_delete.cc
parentaf7a8ca4ca2fcc0e47d3ecd5724b89371eabbdea (diff)
[MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@235926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/msan_new_delete.cc')
-rw-r--r--lib/msan/msan_new_delete.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/msan/msan_new_delete.cc b/lib/msan/msan_new_delete.cc
index 9a8e56e4a..c8bc0651b 100644
--- a/lib/msan/msan_new_delete.cc
+++ b/lib/msan/msan_new_delete.cc
@@ -19,13 +19,6 @@
#include <stddef.h>
-namespace __msan {
-// This function is a no-op. We need it to make sure that object file
-// with our replacements will actually be loaded from static MSan
-// run-time library at link-time.
-void ReplaceOperatorsNewAndDelete() { }
-}
-
using namespace __msan; // NOLINT
// Fake std::nothrow_t to avoid including <new>.