| 302 | |
| 303 | if (rescind) { |
| 304 | foreachvalue (const Slave* slave, master->slaves.registered) { |
| 305 | foreach (Offer* offer, utils::copy(slave->offers)) { |
| 306 | master->rescindOffer(offer); |
| 307 | } |
| 308 | } |
| 309 | } |
| 310 | } |
| 311 |
nothing calls this directly
no test coverage detected