| 2135 | } |
| 2136 | |
| 2137 | static void |
| 2138 | xmlFreeNotationTableEntry(void *nota, const xmlChar *name ATTRIBUTE_UNUSED) { |
| 2139 | xmlFreeNotation((xmlNotationPtr) nota); |
| 2140 | } |
| 2141 | |
| 2142 | /** |
| 2143 | * xmlFreeNotationTable: |
nothing calls this directly
no test coverage detected