aboutsummaryrefslogtreecommitdiff
path: root/src/uint256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uint256.h')
-rw-r--r--src/uint256.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uint256.h b/src/uint256.h
index 3e245763b3..c55cb31456 100644
--- a/src/uint256.h
+++ b/src/uint256.h
@@ -150,6 +150,4 @@ inline uint256 uint256S(const std::string& str)
return rv;
}
-inline const uint256& UINT256_ONE() { return uint256::ONE; }
-
#endif // BITCOIN_UINT256_H