Code cleanup

This commit is contained in:
Daniel Marjamäki 2018-06-20 10:39:21 +02:00
parent c74ec34da8
commit 929725f3aa
1 changed files with 0 additions and 4 deletions

View File

@ -228,7 +228,6 @@ public:
mIndex(index_),
mAccess(access_),
mFlags(0),
mConstness(0),
mType(type_),
mScope(scope_),
mValueType(nullptr) {
@ -636,9 +635,6 @@ private:
/** @brief flags */
unsigned int mFlags;
/** @brief constness (same encoding as ValueType::constness) */
unsigned int mConstness;
/** @brief pointer to user defined type info (for known types) */
const Type *mType;