Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
1f79313b
Commit
1f79313b
authored
Dec 10, 2010
by
hjk
Browse files
debugger: remove dead code
parent
05aff87e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerrunner.cpp
View file @
1f79313b
...
...
@@ -68,14 +68,6 @@ DebuggerEngine *createCdbEngine(const DebuggerStartParameters &, QString *error)
bool
isCdbEngineEnabled
();
// Check the configuration page
}
/*
static QString toolChainName(int toolChainType)
{
return ToolChain::toolChainName(ProjectExplorer::ToolChainType(toolChainType));
}
*/
namespace
Internal
{
DebuggerEngine
*
createGdbEngine
(
const
DebuggerStartParameters
&
);
...
...
@@ -299,12 +291,6 @@ DebuggerRunControlPrivate::DebuggerRunControlPrivate(DebuggerRunControl *parent,
DebuggerEngineType
DebuggerRunControlPrivate
::
engineForExecutable
(
unsigned
enabledEngineTypes
,
const
QString
&
executable
)
{
/*if (executable.endsWith(_("qmlviewer"))) {
if (enabledEngineTypes & QmlEngineType)
return QmlEngineType;
d->m_errorMessage = msgEngineNotAvailable("Qml Engine");
}*/
if
(
executable
.
endsWith
(
_
(
".js"
)))
{
if
(
enabledEngineTypes
&
ScriptEngineType
)
return
ScriptEngineType
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment