Skip to content

Commit 06f74ff

Browse files
committed
Remove stray comment
1 parent 450848d commit 06f74ff

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)