Skip to content

Commit ba3bc0f

Browse files
committed
[NFC] Drop Unused Storage Decl
1 parent 99ffedf commit ba3bc0f

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
@@ -3923,12 +3923,10 @@ namespace {
39233923
if (foreignReferenceTypePassedByRef(decl))
39243924
return nullptr;
39253925

3926-
AbstractStorageDecl *owningStorage;
39273926
switch (importedName.getAccessorKind()) {
39283927
case ImportedAccessorKind::None:
39293928
case ImportedAccessorKind::SubscriptGetter:
39303929
case ImportedAccessorKind::SubscriptSetter:
3931-
owningStorage = nullptr;
39323930
break;
39333931

39343932
case ImportedAccessorKind::PropertyGetter: {

0 commit comments

Comments
 (0)