util: Fixes error: no previous prototype for 'mesa_cache_db_entry_remove'
Fixes: c92c99481f ("util/mesa-db: Support removal of cache entries")
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21191>
This commit is contained in:
@@ -115,7 +115,7 @@ mesa_cache_db_entry_write(struct mesa_cache_db *db,
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
static inline bool
|
||||
mesa_cache_db_entry_remove(struct mesa_cache_db *db,
|
||||
const uint8_t *cache_key_160bit)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user