Some cleanup regarding libdevcore. Also rename to avoid conflicts.

This commit is contained in:
chriseth
2016-08-06 11:14:28 +02:00
parent 3c93a22d47
commit 226ed7b9dc
9 changed files with 3 additions and 292 deletions
-1
View File
@@ -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)