| 1877 | } |
| 1878 | |
| 1879 | static void |
| 1880 | xmlFreeAttributeTableEntry(void *attr, const xmlChar *name ATTRIBUTE_UNUSED) { |
| 1881 | xmlFreeAttribute((xmlAttributePtr) attr); |
| 1882 | } |
| 1883 | |
| 1884 | /** |
| 1885 | * xmlFreeAttributeTable: |
nothing calls this directly
no test coverage detected