Silence an MSVC C4189 warning about a local variable being initialized but not used; NFC.

llvm-svn: 336298
This commit is contained in:
Aaron Ballman 2018-07-04 21:22:28 +00:00
parent 0b68096acf
commit ea9c3f25a7
1 changed files with 0 additions and 1 deletions

View File

@ -1270,7 +1270,6 @@ TEST_F(FileSystemTest, OpenFileForRead) {
::close(FileDescriptor);
// Open the file and ensure access time is updated, when forced.
bool ForceATime = true;
ASSERT_NO_ERROR(fs::openFileForRead(Twine(TempPath), FileDescriptor,
fs::OF_UpdateAtime, &ResultPath));