summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-11-09 15:05:48 +0000
committerPavel Labath <labath@google.com>2016-11-09 15:05:48 +0000
commitdfa7af1edd028913f6b62f55afd7f23ba6ca1d4f (patch)
tree86ce9ebdb3a4d362d8187ea5d54fef75b21226df /lldb/source/Target/Process.cpp
parent5cc796788028b5366f4dd06baba045241d432ea9 (diff)
downloadbcm5719-llvm-dfa7af1edd028913f6b62f55afd7f23ba6ca1d4f.tar.gz
bcm5719-llvm-dfa7af1edd028913f6b62f55afd7f23ba6ca1d4f.zip
Remove TimeValue usage from lldb/Target
It was only used for declaring unused variables. :) llvm-svn: 286374
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r--lldb/source/Target/Process.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp
index aec00f46181..67c1489b499 100644
--- a/lldb/source/Target/Process.cpp
+++ b/lldb/source/Target/Process.cpp
@@ -35,7 +35,6 @@
#include "lldb/Host/Pipe.h"
#include "lldb/Host/Terminal.h"
#include "lldb/Host/ThreadLauncher.h"
-#include "lldb/Host/TimeValue.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/OptionValueProperties.h"
#include "lldb/Symbol/Function.h"
@@ -5093,8 +5092,6 @@ Process::RunThreadPlan(ExecutionContext &exe_ctx,
// The expression evaluation should still succeed.
bool miss_first_event = true;
#endif
- TimeValue one_thread_timeout;
- TimeValue final_timeout;
std::chrono::microseconds timeout = std::chrono::microseconds(0);
while (true) {
OpenPOWER on IntegriCloud