Skip to content

Commit aea31bc

Browse files
committed
fixup!0b1812c035d09eb76f5469c7651351adf63ee737
1 parent 8aea577 commit aea31bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mono/System.Private.CoreLib/src/System/Threading/ThreadPool.Browser.Mono.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,12 @@ internal static void NotifyThreadUnblocked()
9797

9898
internal static object? GetOrCreateThreadLocalCompletionCountObject() => null;
9999

100+
#pragma warning disable IDE0060
100101
internal static bool NotifyWorkItemComplete(object? threadLocalCompletionCountObject, int currentTimeMs)
101102
{
102103
return true;
103104
}
105+
#pragma warning restore IDE0060
104106

105107
private static RegisteredWaitHandle RegisterWaitForSingleObject(
106108
WaitHandle? waitObject,

0 commit comments

Comments
 (0)