Re: [Lldb-commits] [PATCH] D26451: Remove TimeValue class

2016-11-16 Thread Zachary Turner via lldb-commits
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

[Lldb-commits] [PATCH] D26451: Remove TimeValue class

2016-11-16 Thread Pavel Labath via lldb-commits
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=78159#toc Repository: rL LLVM https://reviews.llvm.org/D26451 Files:

[Lldb-commits] [PATCH] D26451: Remove TimeValue class

2016-11-09 Thread Pavel Labath via lldb-commits
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