Code cleanup
This commit is contained in:
parent
c74ec34da8
commit
929725f3aa
|
@ -228,7 +228,6 @@ public:
|
||||||
mIndex(index_),
|
mIndex(index_),
|
||||||
mAccess(access_),
|
mAccess(access_),
|
||||||
mFlags(0),
|
mFlags(0),
|
||||||
mConstness(0),
|
|
||||||
mType(type_),
|
mType(type_),
|
||||||
mScope(scope_),
|
mScope(scope_),
|
||||||
mValueType(nullptr) {
|
mValueType(nullptr) {
|
||||||
|
@ -636,9 +635,6 @@ private:
|
||||||
/** @brief flags */
|
/** @brief flags */
|
||||||
unsigned int mFlags;
|
unsigned int mFlags;
|
||||||
|
|
||||||
/** @brief constness (same encoding as ValueType::constness) */
|
|
||||||
unsigned int mConstness;
|
|
||||||
|
|
||||||
/** @brief pointer to user defined type info (for known types) */
|
/** @brief pointer to user defined type info (for known types) */
|
||||||
const Type *mType;
|
const Type *mType;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue