Skip to content

Commit 64c8574

Browse files
committed
[mlir] Remove unused using declaration (NFC)
1 parent 0b2e7a7 commit 64c8574

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/unittests/TableGen/EnumsGenTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
using Outer::Inner::ConvertToEnum;
2929
using Outer::Inner::ConvertToString;
3030
using Outer::Inner::FooEnum;
31-
using Outer::Inner::FooEnumAttr;
3231

3332
TEST(EnumsGenTest, GeneratedStrEnumDefinition) {
3433
EXPECT_EQ(0u, static_cast<uint64_t>(FooEnum::CaseA));

0 commit comments

Comments
 (0)