Remove custom TimePoint-formatting code
authorPavel Labath <labath@google.com>
Mon, 27 Nov 2017 17:06:42 +0000 (17:06 +0000)
committerPavel Labath <labath@google.com>
Mon, 27 Nov 2017 17:06:42 +0000 (17:06 +0000)
commit11479d1babcfba5d4972363c38d31b13c786b8bd
tree5fa8bcd9d9817f937bb9a6218ab7d622a852e235
parentcc1328c160e8de44e6bf2d7f272d2ef9b3f1034c
Remove custom TimePoint-formatting code

This was a temporary thing, until llvm has proper support for formatting
time. That time has come, so we can remove the relevant code. There
should be no change in the format of the time.

llvm-svn: 319048
lldb/source/Commands/CommandObjectTarget.cpp