mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Cleanup
This commit is contained in:
@@ -180,6 +180,9 @@ public:
|
||||
explicit
|
||||
operator HashType() noexcept
|
||||
{
|
||||
#if ORIGINAL_HASH
|
||||
return XXH3_64bits_digest(_state);
|
||||
#endif
|
||||
if (readBuffer_.size() == 0) return 0;
|
||||
|
||||
#if PROFILING
|
||||
|
||||
Reference in New Issue
Block a user