diff options
author | chriseth <c@ethdev.com> | 2016-08-06 17:14:09 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-06 17:14:28 +0800 |
commit | 226ed7b9dcd4764a32cdc146e69a1156dcd401f6 (patch) | |
tree | 3170f307337ad646752cfa77e89a0ee7fbb09663 /libdevcore/Common.h | |
parent | 3c93a22d478b9439d6e226ad7954fe571117f439 (diff) | |
download | dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar.gz dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.tar.zst dexon-solidity-226ed7b9dcd4764a32cdc146e69a1156dcd401f6.zip |
Some cleanup regarding libdevcore. Also rename to avoid conflicts.
Diffstat (limited to 'libdevcore/Common.h')
-rw-r--r-- | libdevcore/Common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdevcore/Common.h b/libdevcore/Common.h index 7d301833..8bc5f58f 100644 --- a/libdevcore/Common.h +++ b/libdevcore/Common.h @@ -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) |