]> granicus.if.org Git - llvm/commit
Fix an unused variable introduced in rL374955 / rG21703543.
authorDavid L. Jones <dlj@google.com>
Wed, 16 Oct 2019 00:52:00 +0000 (00:52 +0000)
committerDavid L. Jones <dlj@google.com>
Wed, 16 Oct 2019 00:52:00 +0000 (00:52 +0000)
commit51c5d032f561c32986e4d86e64877565c07e72bf
tree80fbcd97d665abe6edc27879f1e66ac4b1931c3c
parentcd6834c109a8d99666ab4471b6f275bd32e09766
Fix an unused variable introduced in rL374955 / rG21703543.

Even though this is a unit test, it still may be run under optimization.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374961 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/VirtualFileSystemTest.cpp