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