Skip to content

Commit eeff0e6

Browse files
authored
Merge pull request #2936 from practicalswift/remove-HasAnyDecls
2 parents 78b38cd + 5b0e450 commit eeff0e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/IDE/ReconstructType.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ struct VisitNodeResult {
484484
_error.clear();
485485
}
486486

487-
bool HasAnyDecls() { return !_decls.empty(); }
488487

489488
bool HasAnyTypes() { return !_types.empty(); }
490489
};

0 commit comments

Comments
 (0)