1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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