From 929725f3aaa3b247b6a2b0c41abbbe34ef425a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Wed, 20 Jun 2018 10:39:21 +0200 Subject: [PATCH] Code cleanup --- lib/symboldatabase.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/symboldatabase.h b/lib/symboldatabase.h index f71449772..48900c96a 100644 --- a/lib/symboldatabase.h +++ b/lib/symboldatabase.h @@ -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;