Skip to content

Commit d36e373

Browse files
authored
Update DPCT.cpp
1 parent cd89c4e commit d36e373

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/DPCT/DPCT.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ unsigned int GetLinesNumber(clang::tooling::RefactoringTool &Tool,
245245
// Set up Rewriter and to get source manager.
246246
LangOptions DefaultLangOptions;
247247
auto DiagOpts = std::make_shared<DiagnosticOptions>();
248-
249-
250-
251248
TextDiagnosticPrinter DiagnosticPrinter(llvm::errs(), *DiagOpts);
252249
DiagnosticsEngine Diagnostics(
253250
IntrusiveRefCntPtr<DiagnosticIDs>(new DiagnosticIDs()), *DiagOpts,

0 commit comments

Comments
 (0)