]> granicus.if.org Git - llvm/commit
Remove TimeValue class
authorPavel Labath <labath@google.com>
Wed, 16 Nov 2016 10:46:48 +0000 (10:46 +0000)
committerPavel Labath <labath@google.com>
Wed, 16 Nov 2016 10:46:48 +0000 (10:46 +0000)
commita33f3dffefb4dc931b8591c7d01048f3aa9fe059
treec19940c8281e3e283c3ab46462541a721aa7ebf6
parent49b99259ed81643ebff8f82d0e729c92696cb460
Remove TimeValue class

Summary:
All uses have been replaced by appropriate std::chrono types, and the class is
now unused.

Reviewers: zturner, mehdi_amini

Subscribers: llvm-commits, mgorny

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287094 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TimeValue.h [deleted file]
lib/Support/CMakeLists.txt
lib/Support/TimeValue.cpp [deleted file]
unittests/Support/CMakeLists.txt
unittests/Support/TimeValueTest.cpp [deleted file]