Skip to content

Commit

Permalink
[netcore] Fix build warning
Browse files Browse the repository at this point in the history
Commit migrated from mono/mono@53ade46
  • Loading branch information
akoeplinger committed Jan 13, 2020
1 parent 2b99d16 commit 9449237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/metadata/threads.c
Original file line number Diff line number Diff line change
Expand Up @@ -1843,12 +1843,12 @@ ves_icall_System_Threading_Thread_Sleep_internal (gint32 ms, MonoError *error)
{
return mono_sleep_internal (ms, TRUE, error);
}
#endif

void
ves_icall_System_Threading_Thread_SpinWait_nop (MonoError *error)
{
}
#endif

#ifndef ENABLE_NETCORE
gint32
Expand Down

0 comments on commit 9449237

Please sign in to comment.