Skip to content

Commit

Permalink
chore(reporter): Remove an unused function
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Oct 9, 2023
1 parent 60e611d commit 4b8eb34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reporter/src/main/kotlin/ReportTableModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ import org.ossreviewtoolkit.utils.spdx.SpdxExpression

fun Collection<ReportTableModel.ResolvableIssue>.containsUnresolved() = any { !it.isResolved }

fun <K> Map<K, Collection<ReportTableModel.ResolvableIssue>>.containsUnresolved() =
any { it.value.containsUnresolved() }

data class ReportTableModel(
/**
* The [VcsInfo] for the scanned project.
Expand Down

0 comments on commit 4b8eb34

Please sign in to comment.