| 310 | } |
| 311 | |
| 312 | void xml_node__remove_attribute0(xml_attribute * a, xml_node* ptr) |
| 313 | { |
| 314 | ptr->node.remove_attribute(a->attribute); |
| 315 | } |
| 316 | void xml_node__remove_attribute1(NULLCArray name, xml_node* ptr) |
| 317 | { |
| 318 | ptr->node.remove_attribute(name.ptr); |
nothing calls this directly
no test coverage detected