[Mlir-commits] [mlir] 64c8574 - [mlir] Remove unused using declaration (NFC)
Adrian Kuegel
llvmlistbot at llvm.org
Tue May 10 03:58:25 PDT 2022
Author: Adrian Kuegel
Date: 2022-05-10T12:58:01+02:00
New Revision: 64c85742099d4de14f18167249fc0f40c10b9782
URL: https://github.com/llvm/llvm-project/commit/64c85742099d4de14f18167249fc0f40c10b9782
DIFF: https://github.com/llvm/llvm-project/commit/64c85742099d4de14f18167249fc0f40c10b9782.diff
LOG: [mlir] Remove unused using declaration (NFC)
Added:
Modified:
mlir/unittests/TableGen/EnumsGenTest.cpp
Removed:
################################################################################
diff --git a/mlir/unittests/TableGen/EnumsGenTest.cpp b/mlir/unittests/TableGen/EnumsGenTest.cpp
index 1b6f23932249f..29d274c915515 100644
--- a/mlir/unittests/TableGen/EnumsGenTest.cpp
+++ b/mlir/unittests/TableGen/EnumsGenTest.cpp
@@ -28,7 +28,6 @@
using Outer::Inner::ConvertToEnum;
using Outer::Inner::ConvertToString;
using Outer::Inner::FooEnum;
-using Outer::Inner::FooEnumAttr;
TEST(EnumsGenTest, GeneratedStrEnumDefinition) {
EXPECT_EQ(0u, static_cast<uint64_t>(FooEnum::CaseA));
More information about the Mlir-commits
mailing list