On 08/05/2016 07:51 PM, Chaoren Lin wrote: > - std::string const sourceFileName = > - language == "RC" ? source->GetFullPath() : this->GetSourceFilePath(source); > + std::string const sourceFileName = this->GetSourceFilePath(source); I don't think this hunk is needed anymore, correct? Thanks, -Brad