summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerconstants.h')
-rw-r--r--src/plugins/debugger/debuggerconstants.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerconstants.h b/src/plugins/debugger/debuggerconstants.h
index 19bc0fe994..4e5a6e4c4f 100644
--- a/src/plugins/debugger/debuggerconstants.h
+++ b/src/plugins/debugger/debuggerconstants.h
@@ -190,14 +190,12 @@ enum DebuggerEngineType
PdbEngineType = 0x008,
QmlEngineType = 0x020,
QmlCppEngineType = 0x040,
- LldbLibEngineType = 0x080,
LldbEngineType = 0x100,
AllEngineTypes = GdbEngineType
| CdbEngineType
| PdbEngineType
| QmlEngineType
| QmlCppEngineType
- | LldbLibEngineType
| LldbEngineType
};