Skip to content

Commit d546005

Browse files
authored
Update Diagnostics.h
1 parent d36e373 commit d546005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/DPCT/Diagnostics/Diagnostics.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ class SourceManagerForWarning {
353353

354354
private:
355355
SourceManagerForWarning() {
356-
357356
DiagOpts = std::make_shared<DiagnosticOptions>();
358357
DiagOpts->ShowColors = DpctGlobalInfo::getInstance().getColorOption();
359358
DiagnosticPrinter = new TextDiagnosticPrinter(llvm::errs(), *DiagOpts);

0 commit comments

Comments
 (0)