mu-store: take mu_util_get_hash
mu-store is the only user left, move the implementation there.
This commit is contained in:
@ -72,7 +72,7 @@ constexpr auto ExpectedSchemaVersion = MU_STORE_SCHEMA_VERSION;
|
||||
*
|
||||
* @return the hash
|
||||
*/
|
||||
uint64_t get_hash64 (const char* str)
|
||||
static uint64_t get_hash64 (const char* str)
|
||||
{
|
||||
guint32 djbhash;
|
||||
guint32 bkdrhash;
|
||||
|
||||
Reference in New Issue
Block a user