| 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) |
| 1311 | { |
| 1312 | return; |
| 1313 | } |
| 1314 | |
| 1315 | static int |
| 1316 | xo_retain_find (const char *fmt UNUSED, xo_field_info_t **valp UNUSED, |
no test coverage detected