Skip to content

Commit 6d55c41

Browse files
authored
[ClangImporter] Remove unused variable. NFC. (#4426)
1 parent dd1de8d commit 6d55c41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ClangImporter/ImportDecl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5027,7 +5027,6 @@ namespace {
50275027
const clang::ObjCProtocolList &clangProtocols,
50285028
SmallVectorImpl<TypeLoc> &inheritedTypes) {
50295029
SmallVector<ProtocolDecl *, 4> protocols;
5030-
llvm::SmallPtrSet<ProtocolDecl *, 4> knownProtocols;
50315030
if (auto nominal = dyn_cast<NominalTypeDecl>(decl))
50325031
nominal->getImplicitProtocols(protocols);
50335032

0 commit comments

Comments
 (0)