diff options
author | Ben Langmuir <blangmuir@apple.com> | 2014-02-27 23:48:03 +0000 |
---|---|---|
committer | Ben Langmuir <blangmuir@apple.com> | 2014-02-27 23:48:03 +0000 |
commit | 86c8d8ee063fa763532bcf50019ad3c81de56a06 (patch) | |
tree | 2f2352fdfce9da64e68a19481153acb7041b9cd1 /unittests/Basic/FileManagerTest.cpp | |
parent | 2b1bc151cb3d274c5bd4bcae27986068f9e88942 (diff) | |
download | clang-86c8d8ee063fa763532bcf50019ad3c81de56a06.tar.gz |
Revert "Honour 'use-external-names' in FileManager"
Revert r202442, which broke the buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Basic/FileManagerTest.cpp')
-rw-r--r-- | unittests/Basic/FileManagerTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Basic/FileManagerTest.cpp b/unittests/Basic/FileManagerTest.cpp index 113c7fee4c..5b35e68735 100644 --- a/unittests/Basic/FileManagerTest.cpp +++ b/unittests/Basic/FileManagerTest.cpp @@ -30,7 +30,6 @@ private: FileData Data; memset(&Data, 0, sizeof(FileData)); llvm::sys::fs::UniqueID ID(1, INode); - Data.Name = Path; Data.UniqueID = ID; Data.IsDirectory = !IsFile; StatCalls[Path] = Data; |