From 082a4836ff9a61cb45d2ef93ab1898996987cfcd Mon Sep 17 00:00:00 2001 From: Christian Stenger <christian.stenger@theqtcompany.com> Date: Tue, 16 Dec 2014 09:54:12 +0100 Subject: [PATCH] Debugger: Further cleanup Change-Id: I9c744202efe3af56f60fe5f09358d9b39e0eaafe Reviewed-by: hjk <hjk121@nokiamail.com> --- src/plugins/debugger/debuggerplugin.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 3e7b490bbaf..709fe0a04c5 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -3042,9 +3042,6 @@ void DebuggerPluginPrivate::extensionsInitialized() QList<IOptionsPage *> engineOptionPages; addGdbOptionPages(&engineOptionPages); addCdbOptionPages(&engineOptionPages); -#ifdef WITH_LLDB - addLldbOptionPages(&engineOptionPages); -#endif foreach (IOptionsPage *op, engineOptionPages) m_plugin->addAutoReleasedObject(op); -- GitLab