Skip to content

Commit 40ea8c6

Browse files
committed
ClangImporter: Remove unused variable
1 parent 29415df commit 40ea8c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ClangImporter/ImportName.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2247,7 +2247,6 @@ ImportedName NameImporter::importNameImpl(const clang::NamedDecl *D,
22472247
if (arg.getKind() == clang::TemplateArgument::Type) {
22482248
auto ty = arg.getAsType().getTypePtr();
22492249
if (auto builtin = dyn_cast<clang::BuiltinType>(ty)) {
2250-
auto &ctx = swiftCtx;
22512250
if (auto swiftTypeName = getSwiftBuiltinTypeName(builtin)) {
22522251
buffer << *swiftTypeName;
22532252
return;

0 commit comments

Comments
 (0)