Skip to content

Commit ca0ea52

Browse files
committed
refactor: remove unused codes
1 parent a859013 commit ca0ea52

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

mediatr_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,6 @@ func countNotificationHandlers(eventType reflect.Type) int {
7070
return 0
7171
}
7272

73-
func countPipelineBehaviors() int {
74-
pipelineMutex.RLock()
75-
defer pipelineMutex.RUnlock()
76-
return len(pipelineBehaviors)
77-
}
78-
7973
func (t *MediatRTests) Test_Send_Should_Dispatch_Request_To_Factory() {
8074
defer cleanup()
8175
var factory1 RequestHandlerFactory[*RequestTest, *ResponseTest] = func() RequestHandler[*RequestTest, *ResponseTest] {

0 commit comments

Comments
 (0)