summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2013-01-07 12:18:23 +0200
committerOrgad Shaneh <orgads@gmail.com>2013-01-07 17:46:02 +0100
commit0917a067afc64ca20dc64aec05ad8ff15ec6237a (patch)
tree753f847f8bda63f01b6ab02485fac09b2e9530e4
parentcbf7142ba4ef28d66326bd8d0aeac7b5339ee0cf (diff)
downloadqt-creator-0917a067afc64ca20dc64aec05ad8ff15ec6237a.tar.gz
GccToolChain: Remove unused variable
Change-Id: Id11af855460f301b04afcddedbc8a2af6d2f4bd8 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
-rw-r--r--src/plugins/projectexplorer/gcctoolchainfactories.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/gcctoolchainfactories.h b/src/plugins/projectexplorer/gcctoolchainfactories.h
index 0b1df1dada..c9ecfff209 100644
--- a/src/plugins/projectexplorer/gcctoolchainfactories.h
+++ b/src/plugins/projectexplorer/gcctoolchainfactories.h
@@ -98,7 +98,6 @@ private:
Utils::PathChooser *m_compilerCommand;
AbiWidget *m_abiWidget;
- Utils::FileName m_autoDebuggerCommand;
QList<Abi> m_abiList;
bool m_isReadOnly;