Remove TimeValue class
authorPavel Labath <labath@google.com>
Wed, 16 Nov 2016 10:54:22 +0000 (10:54 +0000)
committerPavel Labath <labath@google.com>
Wed, 16 Nov 2016 10:54:22 +0000 (10:54 +0000)
commit8cb1cd9b7bb96e311e75b5427113f920ec0b6289
tree6accc2e8663fca00575540ef057ee012467fb045
parent5b909a6534ab18c8d8ab04ed1c05a9c50815bebc
Remove TimeValue class

Summary:
All usages have been replaced by appropriate std::chrono funcionality, and the
class is now unused. The only used part of the cpp file is the DumpTimePoint
function, which I have moved into the only caller (CommandObjectTarget.cpp).

Reviewers: clayborg, zturner

Subscribers: mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D26451

llvm-svn: 287096
lldb/include/lldb/Host/TimeValue.h [deleted file]
lldb/include/lldb/lldb-forward.h
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Commands/CommandObjectTarget.cpp
lldb/source/Host/CMakeLists.txt
lldb/source/Host/common/TimeValue.cpp [deleted file]