forked from qt-creator/qt-creator
Clang: Remove pointless member variable
The called function uses already static state. Change-Id: I22c6cceea6c0c779c4b8ca94b74e0828e27b1f4e Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
This commit is contained in:
@@ -105,7 +105,6 @@ private:
|
||||
QTextDocument *textDocument = nullptr;
|
||||
};
|
||||
QHash<quint64, ReferencesEntry> m_referencesTable;
|
||||
const bool m_printAliveMessage = false;
|
||||
};
|
||||
|
||||
class IpcSenderInterface
|
||||
|
||||
Reference in New Issue
Block a user