Skip to content

Commit de7b24e

Browse files
committed
发现一个方法不需要实现,删除掉
1 parent 2aefc61 commit de7b24e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tinydom.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ func (n *xmlNodeImpl) DeleteChild(node XMLNode) {
505505
n.unlink(node)
506506
}
507507

508-
func (n *xmlNodeImpl) Accept(visitor XMLVisitor) bool {
509-
return n.implobj.Accept(visitor)
510-
}
508+
//func (n *xmlNodeImpl) Accept(visitor XMLVisitor) bool {
509+
// return n.implobj.Accept(visitor)
510+
//}
511511

512512
// ------------------------------------------------------------------
513513

0 commit comments

Comments
 (0)