forked from qt-creator/qt-creator
Remove some debug code
Change-Id: I0c23a5956ae921cdbe1e87cd12c3bc247fdedfbc Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -230,10 +230,6 @@ QStringList ClangStaticAnalyzerRunControl::SourceFileConfiguration::createClangO
|
|||||||
{
|
{
|
||||||
QStringList result;
|
QStringList result;
|
||||||
|
|
||||||
if (file.path.endsWith(QLatin1String("cppmodelmanager.cpp"))) {
|
|
||||||
qDebug() << "here";
|
|
||||||
}
|
|
||||||
|
|
||||||
const bool objcExt = projectPart->languageExtensions & ProjectPart::ObjectiveCExtensions;
|
const bool objcExt = projectPart->languageExtensions & ProjectPart::ObjectiveCExtensions;
|
||||||
result += CppTools::CompilerOptionsBuilder::createLanguageOption(file.kind, objcExt);
|
result += CppTools::CompilerOptionsBuilder::createLanguageOption(file.kind, objcExt);
|
||||||
result += CppTools::CompilerOptionsBuilder::createOptionsForLanguage(
|
result += CppTools::CompilerOptionsBuilder::createOptionsForLanguage(
|
||||||
|
Reference in New Issue
Block a user