forked from OSchip/llvm-project
Silence an MSVC C4189 warning about a local variable being initialized but not used; NFC.
llvm-svn: 336298
This commit is contained in:
parent
0b68096acf
commit
ea9c3f25a7
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue