mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Address members not accessible by contract instance
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user