Skip to content

Commit bef7047

Browse files
Merge pull request #8117 from adrian-prantl/comment-cleanup
Remove stray comment
2 parents 5bb3060 + 06f74ff commit bef7047

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/TypeSystem/Swift/TypeSystemSwiftTypeRef.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,8 +1590,6 @@ TypeSystemSwiftTypeRef::GetSwiftASTContext(const SymbolContext *sc) const {
15901590

15911591
SwiftASTContext *TypeSystemSwiftTypeRefForExpressions::GetSwiftASTContext(
15921592
const SymbolContext *sc) const {
1593-
// SwiftASTContext::CreateInstance() returns a nullptr on failure,
1594-
// there is no point in trying to initialize when that happens.
15951593
bool precise = false;
15961594
// Compute the cache key.
15971595
const char *key = nullptr;

0 commit comments

Comments
 (0)