Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 11 Feb 2014 09:11:18 +0000 (09:11 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 11 Feb 2014 09:11:18 +0000 (09:11 +0000)
commitd4ab7d1b697d63278a0c4d1c14d3d165a3abdbef
tree0bd16b9a8f03c2ccfc19e97901d624e06fa060d9
parente4092e9895fb8f62202b61586d76f8129991b16e
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
only current user should be using toEpochTime() instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201136 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TimeValue.h
lib/Support/Unix/Path.inc
unittests/Support/TimeValueTest.cpp