aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/ldparser.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-11-22 15:45:47 +0000
committerTobias Hunger <tobias.hunger@nokia.com>2011-11-22 16:48:00 +0100
commit52690b5f4c2ba9ce6c4af6cc8c7d4a1dca872dd7 (patch)
tree99f8cdd9a561db7e40c95aa5c003a4d25fb3cf80 /src/plugins/projectexplorer/ldparser.h
parentfa66a540fd32647148fb55fb1197e8a49cdfc718 (diff)
LD: Improve parsing of linker error messages
Task-number: QTCREATORBUG-3107 Change-Id: Idc6a815d32b410e747a1a0e944a01cd34b087a87 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/ldparser.h')
-rw-r--r--src/plugins/projectexplorer/ldparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/ldparser.h b/src/plugins/projectexplorer/ldparser.h
index 5b1d86def3c..32d11af0d50 100644
--- a/src/plugins/projectexplorer/ldparser.h
+++ b/src/plugins/projectexplorer/ldparser.h
@@ -50,7 +50,6 @@ public:
private:
QRegExp m_regExpLinker;
QRegExp m_regExpGccNames;
- QRegExp m_regExpInFunction;
};
} // namespace ProjectExplorer