Code cleanup, __temp__ files are not needed anymore
This commit is contained in:
parent
8d6fd4769b
commit
a6d70b9022
|
@ -59,12 +59,6 @@ void AnalyzerInformation::writeFilesTxt(const std::string &buildDir, const std::
|
|||
const std::string afile = getFilename(fs.filename);
|
||||
fout << afile << ".a" << (++fileCount[afile]) << ":" << fs.cfg << ":" << Path::simplifyPath(Path::fromNativeSeparators(fs.filename)) << std::endl;
|
||||
}
|
||||
|
||||
std::ofstream fc(buildDir + "/__temp__.c");
|
||||
fc << "int x;\n";
|
||||
|
||||
std::ofstream fcpp(buildDir + "/__temp__.cpp");
|
||||
fcpp << "int x;\n";
|
||||
}
|
||||
|
||||
void AnalyzerInformation::close()
|
||||
|
|
Loading…
Reference in New Issue