mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08: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
@ -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…
Reference in New Issue
Block a user