Remove unused variable
Change-Id: I2c38192d0f913e91da44f487e5313c526ebb2fbc Reviewed-by: David Faure <david.faure@kdab.com>
This commit is contained in:
parent
6b413dc32c
commit
0eccc02ff1
@ -45,7 +45,6 @@
|
||||
#include <qstring.h>
|
||||
#include "qqmljsastvisitor_p.h"
|
||||
#include "node.h"
|
||||
#include "tree.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
@ -120,7 +119,6 @@ private:
|
||||
QSet<QString> commands;
|
||||
QSet<QString> topics;
|
||||
QSet<quint32> usedComments;
|
||||
Tree *tree;
|
||||
InnerNode *current;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user