aboutsummaryrefslogtreecommitdiff
path: root/lib/msan/msan_new_delete.cc
diff options
context:
space:
mode:
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 9a8e56e4a28a..c8bc0651b507 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>.