mu-store: take mu_util_get_hash

mu-store is the only user left, move the implementation there.
This commit is contained in:
Dirk-Jan C. Binnema
2022-02-19 19:09:25 +02:00
parent 286badf802
commit 8cea933a51
2 changed files with 1 additions and 35 deletions

View File

@ -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;