Skip to content

Commit 25e56d0

Browse files
committed
Remove wait subsystem qcall entrypoints
1 parent 0dd4050 commit 25e56d0

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/coreclr/vm/qcallentrypoints.cpp

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -485,24 +485,12 @@ static const Entry s_QCall[] =
485485
#endif
486486
#if defined(TARGET_UNIX)
487487
DllImportEntry(CloseHandle)
488-
DllImportEntry(CreateEventExW)
489-
DllImportEntry(CreateMutexExW)
490-
DllImportEntry(CreateSemaphoreExW)
491488
DllImportEntry(FormatMessageW)
492489
DllImportEntry(FreeEnvironmentStringsW)
493490
DllImportEntry(GetEnvironmentStringsW)
494491
DllImportEntry(GetEnvironmentVariableW)
495-
DllImportEntry(OpenEventW)
496-
DllImportEntry(OpenMutexW)
497-
DllImportEntry(OpenSemaphoreW)
498492
DllImportEntry(OutputDebugStringW)
499-
DllImportEntry(PAL_CreateMutexW)
500-
DllImportEntry(PAL_OpenMutexW)
501-
DllImportEntry(ReleaseMutex)
502-
DllImportEntry(ReleaseSemaphore)
503-
DllImportEntry(ResetEvent)
504493
DllImportEntry(SetEnvironmentVariableW)
505-
DllImportEntry(SetEvent)
506494
#endif
507495
#if defined(TARGET_X86) || defined(TARGET_AMD64)
508496
DllImportEntry(X86BaseCpuId)

0 commit comments

Comments
 (0)