diff --git a/src/plugins/cmakeprojectmanager/cmakeprocess.cpp b/src/plugins/cmakeprojectmanager/cmakeprocess.cpp index 05dba3e8376..8ec21f28a80 100644 --- a/src/plugins/cmakeprojectmanager/cmakeprocess.cpp +++ b/src/plugins/cmakeprojectmanager/cmakeprocess.cpp @@ -46,11 +46,6 @@ CMakeProcess::~CMakeProcess() static const int failedToStartExitCode = 0xFF; // See ProcessPrivate::handleDone() impl -static QObject *debuggerPlugin() -{ - return ExtensionSystem::PluginManager::getObjectByName("DebuggerPlugin"); -} - void CMakeProcess::run(const BuildDirParameters ¶meters, const QStringList &arguments) { QTC_ASSERT(!m_process, return);