preprocessor: Kill commented out code

This commit is contained in:
Simon Kagstrom 2012-12-28 10:36:47 +01:00
parent 2b698919c4
commit 350f86fb6a
1 changed files with 0 additions and 1 deletions

View File

@ -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" +