| 1557 | } |
| 1558 | |
| 1559 | GHashTable * |
| 1560 | clone_merge_weights(resource_t * rsc, const char *rhs, GHashTable * nodes, const char *attr, |
| 1561 | float factor, enum pe_weights flags) |
| 1562 | { |
| 1563 | return rsc_merge_weights(rsc, rhs, nodes, attr, factor, flags); |
| 1564 | } |
nothing calls this directly
no test coverage detected