summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/ThreadLauncher.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2017-03-04 01:31:06 +0000
committerZachary Turner <zturner@google.com>2017-03-04 01:31:06 +0000
commited96be99fa780edd51876f769b74252bfb2d8b1b (patch)
treeae9113a6f3f450d182cbc38ccbcb1337b07ca37d /lldb/source/Host/common/ThreadLauncher.cpp
parent2325bb34c1ce78849925eb43213116e5a74e8041 (diff)
downloadbcm5719-llvm-ed96be99fa780edd51876f769b74252bfb2d8b1b.tar.gz
bcm5719-llvm-ed96be99fa780edd51876f769b74252bfb2d8b1b.zip
Delete LLDB's code for getting / setting thread name.
This is now functionality in LLVM, and all callers have already been updated to use the LLVM functions. llvm-svn: 296946
Diffstat (limited to 'lldb/source/Host/common/ThreadLauncher.cpp')
-rw-r--r--lldb/source/Host/common/ThreadLauncher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Host/common/ThreadLauncher.cpp b/lldb/source/Host/common/ThreadLauncher.cpp
index 71c3afb1ba8..32641efe408 100644
--- a/lldb/source/Host/common/ThreadLauncher.cpp
+++ b/lldb/source/Host/common/ThreadLauncher.cpp
@@ -12,7 +12,6 @@
#include "lldb/Host/ThreadLauncher.h"
#include "lldb/Host/HostNativeThread.h"
#include "lldb/Host/HostThread.h"
-#include "lldb/Host/ThisThread.h"
#include "lldb/Utility/Log.h"
#if defined(_WIN32)
OpenPOWER on IntegriCloud