Address members not accessible by contract instance

This commit is contained in:
Leonardo Alt
2018-07-17 13:33:23 +01:00
parent 1d33f41c1a
commit 0075f4239a
27 changed files with 44 additions and 144 deletions
-2
View File
@@ -740,8 +740,6 @@ public:
std::vector<std::tuple<VariableDeclaration const*, u256, unsigned>> stateVariables() const;
private:
static void addNonConflictingAddressMembers(MemberList::MemberMap& _members);
ContractDefinition const& m_contract;
/// If true, it is the "super" type of the current contract, i.e. it contains only inherited
/// members.