preprocessor: Kill commented out code
This commit is contained in:
parent
2b698919c4
commit
350f86fb6a
|
@ -834,7 +834,6 @@ void Preprocessor::preprocess(std::istream &srcCodeStream, std::string &processe
|
|||
|
||||
fin.close();
|
||||
|
||||
//handleIncludes("#include \"" + cur + "\"\n", cur, includePaths, defs);
|
||||
forcedIncludes =
|
||||
forcedIncludes +
|
||||
"#file \"" + cur + "\"\n" +
|
||||
|
|
Loading…
Reference in New Issue