Skip to content

Commit 9ee9ac3

Browse files
committed
Remove unnused PrimaryDiagnostic struct.
1 parent fa397fe commit 9ee9ac3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/SwiftDiagnostics/DiagnosticsFormatter.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,6 @@ public struct DiagnosticsFormatter {
176176
return resultSourceString
177177
}
178178

179-
struct PrimaryDiagnostic {
180-
var location: SourceLocation
181-
var diagnostic: Diagnostic
182-
}
183-
184179
/// Print given diagnostics for a given syntax tree on the command line
185180
///
186181
/// - Parameters:

0 commit comments

Comments
 (0)