Skip to content

Commit 364707c

Browse files
committed
chore: remove old comment
1 parent 98a81f0 commit 364707c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/clients/clientimpl/localmatcher/localmatcher.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ func (matcher *LocalMatcher) MatchVulnerabilities(ctx context.Context, invs []*e
9595

9696
// LoadEcosystem tries to preload the ecosystem into the cache, and returns an error if the ecosystem
9797
// cannot be loaded.
98-
//
99-
// Preloaded databases include every advisory, so can be reused.
10098
func (matcher *LocalMatcher) LoadEcosystem(ctx context.Context, eco osvecosystem.Parsed) error {
10199
_, err := matcher.loadDBFromCache(ctx, eco, nil)
102100

0 commit comments

Comments
 (0)