From: Simon Pilgrim Date: Sat, 27 Jun 2020 09:30:05 +0000 (+0100) Subject: Fix unused type alias warning. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b392fb33761e983a8edb5946734427779e25bbe2;p=platform%2Fupstream%2Fllvm.git Fix unused type alias warning. NFC. The "using InsertPointTy" line is an unnecessary copy + paste from other builder tests. --- diff --git a/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp b/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp index c51a1a2..ae0dff4 100644 --- a/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp +++ b/llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp @@ -780,7 +780,6 @@ TEST_F(OpenMPIRBuilderTest, CriticalDirective) { } TEST_F(OpenMPIRBuilderTest, CopyinBlocks) { - using InsertPointTy = OpenMPIRBuilder::InsertPointTy; OpenMPIRBuilder OMPBuilder(*M); OMPBuilder.initialize(); F->setName("func");