chore: adjust pass to reject.go

This commit is contained in:
MetaCubeX
2022-05-02 09:16:47 +08:00
parent 27120fb0f5
commit 5fee0b5bf1
2 changed files with 10 additions and 10 deletions

View File

@ -56,13 +56,3 @@ func NewCompatible() *Direct {
},
}
}
func NewPass() *Direct {
return &Direct{
Base: &Base{
name: "PASS",
tp: C.Pass,
udp: true,
},
}
}