Skip to content

Commit ef5a790

Browse files
authored
Merge pull request swiftlang#34735 from zoecarver/cxx/cleanup/void-clang
2 parents f0fc662 + a6b8da7 commit ef5a790

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/AST/ASTMangler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1827,7 +1827,6 @@ ASTMangler::getSpecialManglingContext(const ValueDecl *decl,
18271827
if (isa<clang::NamespaceDecl>(clangDC)) return None;
18281828
assert(clangDC->getRedeclContext()->isTranslationUnit() &&
18291829
"non-top-level Clang types not supported yet");
1830-
(void)clangDC;
18311830
return ASTMangler::ObjCContext;
18321831
}
18331832
}

0 commit comments

Comments
 (0)