summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2009-10-06 17:07:50 +0200
committercon <qtc-committer@nokia.com>2009-10-07 19:17:59 +0200
commitcf58639be08f7a8a9aeee47220a527c13704bfa7 (patch)
tree278fac203d648f7d1e61ddbd9011ef6868688cbd
parent964f922affaeab3d330c12c8d8bab24c31c08e6b (diff)
downloadqt-creator-cf58639be08f7a8a9aeee47220a527c13704bfa7.tar.gz
Removed (unused) toplevel declaration of _translationUnit.
(cherry picked from commit 695b1dbf5b4559425e9b360687ffcdbfd1a4eab4)
-rw-r--r--src/libs/cplusplus/FastPreprocessor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/cplusplus/FastPreprocessor.cpp b/src/libs/cplusplus/FastPreprocessor.cpp
index 1b66ecac79..4a4c10d732 100644
--- a/src/libs/cplusplus/FastPreprocessor.cpp
+++ b/src/libs/cplusplus/FastPreprocessor.cpp
@@ -34,7 +34,6 @@
using namespace CPlusPlus;
- TranslationUnit *_previousUnit;
FastMacroResolver::FastMacroResolver(TranslationUnit *unit, const Snapshot &snapshot)
: _unit(unit), _snapshot(snapshot)
{