summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerconstants.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-11-27 10:22:23 +0100
committerhjk <hjk121@nokiamail.com>2013-11-27 13:42:21 +0100
commite76be1ca7b48fa185621762218b60ca32f967893 (patch)
treeb7252289c81432a94df24807e8a87b6262cc19b5 /src/plugins/debugger/debuggerconstants.h
parentbaf190ff4a7e8a0478e3623130c7c34eb4188435 (diff)
downloadqt-creator-e76be1ca7b48fa185621762218b60ca32f967893.tar.gz
Debugger: Remove LldbLibEngine
That's dead code now that we go with the Python interface. Change-Id: Ie10393d6adf5d25540c4082aeccf683e88bcdc89 Reviewed-by: hjk <hjk121@nokiamail.com>
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
};