Thanks for working on this! I love seeing code get deleted almost as much
as I love seeing it get added :)
On Wed, Nov 16, 2016 at 3:04 AM Pavel Labath wrote:
> This revision was automatically updated to reflect the committed changes.
> Closed by commit rL287096: Remove TimeValue class (authore
This revision was automatically updated to reflect the committed changes.
Closed by commit rL287096: Remove TimeValue class (authored by labath).
Changed prior to commit:
https://reviews.llvm.org/D26451?vs=77346&id=78159#toc
Repository:
rL LLVM
https://reviews.llvm.org/D26451
Files:
lldb/
labath created this revision.
labath added reviewers: clayborg, zturner.
labath added a subscriber: lldb-commits.
Herald added a subscriber: mgorny.
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 DumpTim