| 1338 | } |
| 1339 | |
| 1340 | static void |
| 1341 | xmlFreeElementTableEntry(void *elem, const xmlChar *name ATTRIBUTE_UNUSED) { |
| 1342 | xmlFreeElement((xmlElementPtr) elem); |
| 1343 | } |
| 1344 | |
| 1345 | /** |
| 1346 | * xmlFreeElementTable: |
nothing calls this directly
no test coverage detected