Skip to content

Commit 1483a66

Browse files
committed
ClangImporter: Remove unused local variable
1 parent e51176b commit 1483a66

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
@@ -5175,8 +5175,6 @@ namespace {
51755175

51765176
static bool conformsToProtocolInOriginalModule(NominalTypeDecl *nominal,
51775177
const ProtocolDecl *proto) {
5178-
auto &ctx = nominal->getASTContext();
5179-
51805178
if (inheritanceListContainsProtocol(nominal, proto))
51815179
return true;
51825180

0 commit comments

Comments
 (0)