From: Pavel Labath Date: Wed, 9 Nov 2016 15:05:48 +0000 (+0000) Subject: Remove TimeValue usage from lldb/Target X-Git-Tag: llvmorg-4.0.0-rc1~5117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfa7af1edd028913f6b62f55afd7f23ba6ca1d4f;p=platform%2Fupstream%2Fllvm.git Remove TimeValue usage from lldb/Target It was only used for declaring unused variables. :) llvm-svn: 286374 --- diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index aec00f461812..67c1489b499b 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) {