preprocessor: don't store original sources, it's never accessed again

Change-Id: I3b06cfc827543d20069f69e00123ccf2bc19ed31
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-04-19 10:00:02 +02:00
committed by hjk
parent 493cde8335
commit 6d837b627a
2 changed files with 2 additions and 3 deletions

View File

@@ -183,6 +183,8 @@ private:
QByteArray m_scratchBuffer;
QString m_originalSource;
QList<State> m_savedStates;
bool m_expandMacros;
bool m_keepComments;