thread_win32.c: native_mutex_trylock is not used right now

This commit is contained in:
Nobuyoshi Nakada 2020-09-28 12:50:39 +09:00
parent 1c95436693
commit ee7c260b60
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -340,6 +340,7 @@ rb_native_mutex_unlock(rb_nativethread_lock_t *lock)
#endif
}
RBIMPL_ATTR_MAYBE_UNUSED()
static int
native_mutex_trylock(rb_nativethread_lock_t *lock)
{