]> granicus.if.org Git - llvm/commitdiff
[ORC] Remove a shadowing definition.
authorLang Hames <lhames@gmail.com>
Wed, 11 Jul 2018 04:39:12 +0000 (04:39 +0000)
committerLang Hames <lhames@gmail.com>
Wed, 11 Jul 2018 04:39:12 +0000 (04:39 +0000)
There is already a VSO member V in the CoreAPIsStandardTest test fixture.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336761 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp

index 09e6a23bea7a3c1d5c455a30122a45bef59b40cb..60354cca6f31df6bc29ed37439bf89f5fd7099d5 100644 (file)
@@ -520,8 +520,6 @@ TEST_F(CoreAPIsStandardTest, DropMaterializerWhenEmpty) {
       },
       [&]() { DestructorRun = true; });
 
-  auto &V = ES.createVSO("V");
-
   cantFail(V.define(MU));
 
   cantFail(V.define(absoluteSymbols({{Foo, FooSym}})));