| 24 | /* AUTOGENERATED MOCKS END */ |
| 25 | |
| 26 | static void destroy_route( |
| 27 | struct route *route, |
| 28 | struct route_map * map) |
| 29 | { |
| 30 | printf("calling %s with %s\n", |
| 31 | __func__, |
| 32 | fmt_routekey(tmpctx,&route->key)); |
| 33 | route_map_del(map, route); |
| 34 | } |
| 35 | |
| 36 | static void valgrind_ok1(void) |
| 37 | { |
nothing calls this directly
no test coverage detected