Skip to content

Commit 83589eb

Browse files
committed
Address comments
1 parent 1a7cf07 commit 83589eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pkg/epp/scheduling/plugins/filter.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -269,14 +269,6 @@ var DropRequestFilter = &Filter{
269269
},
270270
}
271271

272-
var NoopFilter = &Filter{
273-
name: "noop",
274-
filter: func(ctx *types.Context, pods []types.Pod) ([]types.Pod, error) {
275-
ctx.Logger.V(logutil.DEBUG).Info("All pods pass")
276-
return pods, nil
277-
},
278-
}
279-
280272
// podPredicate is a filter function to check whether a pod is desired.
281273
type podPredicate func(req *types.LLMRequest, pod types.Pod) bool
282274

0 commit comments

Comments
 (0)