Remove TimeValue usage from lldb/Target
authorPavel Labath <labath@google.com>
Wed, 9 Nov 2016 15:05:48 +0000 (15:05 +0000)
committerPavel Labath <labath@google.com>
Wed, 9 Nov 2016 15:05:48 +0000 (15:05 +0000)
It was only used for declaring unused variables. :)

llvm-svn: 286374

lldb/source/Target/Process.cpp

index aec00f46181203643d99c9d1287ce6b3fcfdb782..67c1489b499b8bdd6823a535c1d99077e7aafec1 100644 (file)
@@ -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) {