mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
util: Remove unused Android options_tbl_lock
Avoids warning:
../src/util/os_misc.c:132:21: error: unused variable 'options_tbl_lock' [-Werror,-Wunused-variable]
static simple_mtx_t options_tbl_lock = _SIMPLE_MTX_INITIALIZER_NP;
^
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10220>
This commit is contained in:
parent
7e5911846e
commit
96f0f46350
1 changed files with 0 additions and 1 deletions
|
|
@ -129,7 +129,6 @@ os_log_message(const char *message)
|
|||
# include "simple_mtx.h"
|
||||
|
||||
static struct hash_table *options_tbl;
|
||||
static simple_mtx_t options_tbl_lock = _SIMPLE_MTX_INITIALIZER_NP;
|
||||
|
||||
static void
|
||||
options_tbl_fini(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue