mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix gcc9 errors
This commit is contained in:
parent
6ee97d7726
commit
e4ad0e8e6d
@ -119,13 +119,6 @@ struct ABIType
|
||||
size_t _size = 32
|
||||
): type(_type), align(_align), size(_size) {}
|
||||
|
||||
ABIType(ABIType const& _other):
|
||||
type(_other.type),
|
||||
align(_other.align),
|
||||
size(_other.size),
|
||||
alignDeclared(_other.alignDeclared)
|
||||
{}
|
||||
|
||||
Type type = ABIType::None;
|
||||
Align align = ABIType::AlignRight;
|
||||
size_t size = 32;
|
||||
|
Loading…
Reference in New Issue
Block a user