Skip to content

Commit 71c884b

Browse files
committed
Remove redundant initialization
1 parent 2a63c52 commit 71c884b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ class StoringDiagnosticConsumer : public swift::DiagnosticConsumer {
10201020
std::string formatted_text;
10211021
if (!line_col.first) {
10221022
formatted_text = text.str();
1023-
use_fixits = false;
10241023
} else {
10251024
ANSIColorStringStream os(m_colorize);
10261025

0 commit comments

Comments
 (0)