diff options
| author | hjk <[email protected]> | 2012-04-19 10:25:13 +0200 |
|---|---|---|
| committer | hjk <[email protected]> | 2012-04-19 18:47:37 +0200 |
| commit | a9a894558feb39414ebf7f7731da515843889185 (patch) | |
| tree | 0f60c3a66afa73ef5894d779a54a22b4a3dfa48b /src/libs/cplusplus/pp-engine.h | |
| parent | 538901d44130d20a38b8c0f3069144b237ed80f9 (diff) | |
preprocessor: the state stack seems unused. remove it.
Change-Id: Id53c5ebc2867c1ea1e62bb9be6eebe9732774713
Reviewed-by: Thomas Hartmann <[email protected]>
Diffstat (limited to 'src/libs/cplusplus/pp-engine.h')
| -rw-r--r-- | src/libs/cplusplus/pp-engine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/cplusplus/pp-engine.h b/src/libs/cplusplus/pp-engine.h index d9f568f9ccc..5213882b8e4 100644 --- a/src/libs/cplusplus/pp-engine.h +++ b/src/libs/cplusplus/pp-engine.h @@ -149,9 +149,6 @@ private: static bool isQtReservedWord(const ByteArrayRef &name); - void pushState(const State &newState); - void popState(); - State createStateFromSource(const QString &fileName, const QByteArray &source, QByteArray *result, bool noLines, bool markGeneratedTokens, bool inCondition) const; inline bool atStartOfOutputLine() const @@ -187,8 +184,6 @@ private: Environment *m_env; QByteArray m_scratchBuffer; - QList<State> m_savedStates; - QString m_originalSource; bool m_expandMacros; bool m_keepComments; |
