summaryrefslogtreecommitdiff
path: root/src/utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.cc')
-rw-r--r--src/utils.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.cc b/src/utils.cc
index 50db7fa33a..145649524a 100644
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -16,7 +16,6 @@
#include "utils.h"
-#include <dynamic_annotations.h>
#include <pthread.h>
#include <sys/stat.h>
#include <sys/syscall.h>
@@ -933,8 +932,6 @@ bool EndsWith(const std::string& s, const char* suffix) {
}
void SetThreadName(const char* thread_name) {
- ANNOTATE_THREAD_NAME(thread_name); // For tsan.
-
int hasAt = 0;
int hasDot = 0;
const char* s = thread_name;