Skip to content

Commit

Permalink
refactor(package-configuration-providers)!: Remove unused EMPTY constant
Browse files Browse the repository at this point in the history
The constant is not used anymore since 3042e35.

Signed-off-by: Martin Nonnenmacher <martin.nonnenmacher@bosch.com>
  • Loading branch information
mnonnenmacher committed Sep 3, 2024
1 parent dd90907 commit 2a8ca2f
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ import org.ossreviewtoolkit.model.config.PackageConfiguration
* A provider for [PackageConfiguration]s.
*/
fun interface PackageConfigurationProvider {
companion object {
/**
* A provider that does not provide any curations.
*/
@JvmField
val EMPTY = PackageConfigurationProvider { _, _ -> emptyList() }
}

/**
* Return a list of [PackageConfiguration]s for the given [packageId] and [provenance].
*/
Expand Down

0 comments on commit 2a8ca2f

Please sign in to comment.