| 5011 | } |
| 5012 | |
| 5013 | PUGI__FN bool xml_node::remove_child(const char_t* name_) |
| 5014 | { |
| 5015 | return remove_child(child(name_)); |
| 5016 | } |
| 5017 | |
| 5018 | PUGI__FN bool xml_node::remove_child(const xml_node& n) |
| 5019 | { |
nothing calls this directly
no test coverage detected