mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
cleanup: remove redundant return statement (#3297)
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
committed by
Miek Gieben
parent
004c5fca9d
commit
081e45afa3
@@ -290,7 +290,6 @@ func (t *Tree) Delete(rr dns.RR) {
|
||||
if el.Empty() {
|
||||
t.deleteNode(rr)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// DeleteNode deletes the node that matches rr according to Less().
|
||||
|
||||
Reference in New Issue
Block a user