aboutsummaryrefslogtreecommitdiffstats
path: root/libdevcore/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdevcore/Common.h')
-rw-r--r--libdevcore/Common.h1
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)