[plasma/drkonqi] src: Drop code for Windows/Mac

Nicolas Fella <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit c8acd94ca182e05b5f4a706b3b2e3850ba1812d9 by Nicolas Fella.
Committed on 03/08/2026 at 13:38.
Pushed by nicolasfella into branch 'master'.

Drop code for Windows/Mac

We only support Linux

M  +0    -6    src/drkonqibackends.cpp

https://invent.kde.org/plasma/drkonqi/-/commit/c8acd94ca182e05b5f4a706b3b2e3850ba1812d9

diff --git a/src/drkonqibackends.cpp b/src/drkonqibackends.cpp
index d49f07b33..e7f8736a4 100644
--- a/src/drkonqibackends.cpp
+++ b/src/drkonqibackends.cpp
@@ -183,13 +183,7 @@ CrashedApplication *KCrashBackend::constructCrashedApplication()
 DebuggerManager *KCrashBackend::constructDebuggerManager()
 {
     KConfigGroup config(KSharedConfig::openConfig(), QStringLiteral("DrKonqi"));
-#if defined(__MAC_OS_X_VERSION_MAX_ALLOWED) && __MAC_OS_X_VERSION_MAX_ALLOWED > 1070
-    QString defaultDebuggerName = config.readEntry("Debugger", QStringLiteral("lldb"));
-#elif !defined(Q_OS_WIN)
     QString defaultDebuggerName = config.readEntry("Debugger", QStringLiteral("gdb"));
-#else
-    QString defaultDebuggerName = config.readEntry("Debugger", QStringLiteral("cdb"));
-#endif
 
     const QList<Debugger> internalDebuggers = Debugger::availableInternalDebuggers(QStringLiteral("KCrash"));
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.