mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Cleanup
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
|||||||
|
|
||||||
// Rotate and return
|
// Rotate and return
|
||||||
auto result = (buffer << shift) | (buffer >> (64 - shift));
|
auto result = (buffer << shift) | (buffer >> (64 - shift));
|
||||||
#else if ORIGINAL_HASH
|
#elif ORIGINAL_HASH
|
||||||
auto result = XXH3_64bits_digest(state_);
|
auto result = XXH3_64bits_digest(state_);
|
||||||
#else
|
#else
|
||||||
auto result = seed_ == 0 ?
|
auto result = seed_ == 0 ?
|
||||||
|
|||||||
Reference in New Issue
Block a user