Skip to content

Commit

Permalink
misc: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 committed Aug 23, 2024
1 parent 33a4a29 commit 7fa045e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ trait LazyDiagnosticStorage { self: IR =>
_diagnostics
}

def diagnosticsList: List[Diagnostic] = {
if (_diagnostics eq null) Nil else _diagnostics.toList
}

def diagnosticsCopy: DiagnosticStorage = {
if (_diagnostics eq null) _diagnostics else _diagnostics.copy
}
Expand Down

0 comments on commit 7fa045e

Please sign in to comment.