diff options
| author | hjk <[email protected]> | 2012-04-19 11:54:31 +0200 |
|---|---|---|
| committer | hjk <[email protected]> | 2012-04-19 19:05:29 +0200 |
| commit | 0362016f02c80c5e55a7d8e6bd482a4aeaaf7ac3 (patch) | |
| tree | 32641988bc137a0d88482815fa4472cc8de633e5 /src/libs/cplusplus/pp-engine.h | |
| parent | ef09a67c6b8b852aa6b8a7bfeea8561623a79048 (diff) | |
preprocessor: inline state setup
Change-Id: Icc3ee542c8e8f95dfd48604144e3f4ab638fdcd4
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/libs/cplusplus/pp-engine.h')
| -rw-r--r-- | src/libs/cplusplus/pp-engine.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/cplusplus/pp-engine.h b/src/libs/cplusplus/pp-engine.h index 5213882b8e4..5fa9dfa547f 100644 --- a/src/libs/cplusplus/pp-engine.h +++ b/src/libs/cplusplus/pp-engine.h @@ -149,8 +149,6 @@ private: static bool isQtReservedWord(const ByteArrayRef &name); - State createStateFromSource(const QString &fileName, const QByteArray &source, QByteArray *result, bool noLines, bool markGeneratedTokens, bool inCondition) const; - inline bool atStartOfOutputLine() const { return (m_state.m_result && !m_state.m_result->isEmpty()) ? m_state.m_result->end()[-1] == '\n' : true; } |
