| 125 | { } |
| 126 | |
| 127 | void MultiProgram::SetProgramInfo(const char * Path, const vector<string>& Options) |
| 128 | { |
| 129 | SetProgramInfo(false, "", Options, Path); |
| 130 | } |
| 131 | |
| 132 | void MultiProgram::SetProgramInfo(bool /*fromSource*/, const char * Source, const vector<string>& Options, const char * Path) |
| 133 | { |
nothing calls this directly
no outgoing calls
no test coverage detected