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:
Michel Dänzer 2021-04-13 17:04:49 +02:00 committed by Marge Bot
parent 7e5911846e
commit 96f0f46350

View File

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