Remove options from a stage's option set. \param opts Options to remove. */
| 229 | \param opts Options to remove. |
| 230 | */ |
| 231 | void removeOptions(const Options& opts) |
| 232 | { |
| 233 | for (const auto& o : opts.getOptions()) |
| 234 | m_options.remove(o); |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | Set the stage's log. |
nothing calls this directly
no test coverage detected