Skip to content

Commit ab5cc98

Browse files
committed
refactor: remove unused function type
1 parent 1ca4796 commit ab5cc98

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

filter.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,6 @@ type Symbol interface {
8989
SymbolType() SymbolType
9090
}
9191

92-
// SymbolFilterFn returns true if a symbol should be included according to its
93-
// logic, or false if it should be excluded.
94-
type SymbolFilterFn func(Symbol) bool
95-
9692
// SymbolFilter filters symbols by different conditions.
9793
type SymbolFilter interface {
9894
// Include should return true if symbol should be included according to

0 commit comments

Comments
 (0)