| 4453 | } |
| 4454 | |
| 4455 | PUGI__FN bool xml_node::remove_attribute(const char_t* name_) |
| 4456 | { |
| 4457 | return remove_attribute(attribute(name_)); |
| 4458 | } |
| 4459 | |
| 4460 | PUGI__FN bool xml_node::remove_attribute(const xml_attribute& a) |
| 4461 | { |
nothing calls this directly
no test coverage detected