| 1301 | } |
| 1302 | |
| 1303 | void |
| 1304 | xo_retain_clear (const char *fmt UNUSED) |
| 1305 | { |
| 1306 | return; |
| 1307 | } |
| 1308 | static void |
| 1309 | xo_retain_add (const char *fmt UNUSED, xo_field_info_t *fields UNUSED, |
| 1310 | unsigned num_fields UNUSED) |
nothing calls this directly
no test coverage detected