For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Wed, 15 Dec 2004 01:46:54 +0000 (01:46 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 15 Dec 2004 01:46:54 +0000 (01:46 +0000)
commit67f6d3ad30941e0ac6d36939c271eec7d7b8a0e2
treed3d6c2d7fa947c959b0f09160a90176554e604a5
parentf9960f769ae574705b4dff4d6253285705a7012a
For PR351:
Remove getUniqueFilename and CopyFile. These are now implemented by
sys::Path::makeUnique and sys::CopyFile, respectively.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18946 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileUtilities.h
lib/Support/FileUtilities.cpp