mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
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:
parent
a2fbd2fbd0
commit
948f4e4d07
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue