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)
commit70e6585f0c7fd6385734ccf9d88fc1ad87e62a0d
treeb6ab65d32b2f35aff29fe0c3d84f69336b10c574
parentc30e0c1728e76601eef9b57ff5c92161549bab68
Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and its
only current user should be using toEpochTime() instead.

llvm-svn: 201136
llvm/include/llvm/Support/TimeValue.h
llvm/lib/Support/Unix/Path.inc
llvm/unittests/Support/TimeValueTest.cpp