From a53aa290a5942d442097fe6af06c809672039ed1 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 11 Jul 2018 04:39:12 +0000 Subject: [PATCH] [ORC] Remove a shadowing definition. There is already a VSO member V in the CoreAPIsStandardTest test fixture. llvm-svn: 336761 --- llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp index 09e6a23bea7a..60354cca6f31 100644 --- a/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp +++ b/llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp @@ -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}})));