Skip to content

Commit 13deb3b

Browse files
authored
Merge pull request #27503 from jrose-apple/fielding-questions
2 parents 6d789e3 + 967be8b commit 13deb3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ClangImporter/ImportDecl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,8 +1106,6 @@ makeBitFieldAccessors(ClangImporter::Implementation &Impl,
11061106
auto recordType = Ctx.getRecordType(structDecl);
11071107
auto recordPointerType = Ctx.getPointerType(recordType);
11081108
auto fieldType = fieldDecl->getType();
1109-
auto fieldNameInfo = clang::DeclarationNameInfo(fieldDecl->getDeclName(),
1110-
clang::SourceLocation());
11111109

11121110
auto cGetterName = getAccessorDeclarationName(Ctx, importedStructDecl,
11131111
importedFieldDecl, "getter");

0 commit comments

Comments
 (0)