mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Some cleanup regarding libdevcore. Also rename to avoid conflicts.
This commit is contained in:
@@ -156,7 +156,6 @@ using string32 = std::array<char, 32>;
|
||||
|
||||
// Null/Invalid values for convenience.
|
||||
static const bytes NullBytes;
|
||||
extern const u256 Invalid256;
|
||||
|
||||
/// Interprets @a _u as a two's complement signed number and returns the resulting s256.
|
||||
inline s256 u2s(u256 _u)
|
||||
|
||||
Reference in New Issue
Block a user