Gijs Vermeulen : ntdll: Remove unused function fast_wait_cv().

Alexandre Julliard julliard at winehq.org
Fri May 1 16:17:51 CDT 2020


Module: wine
Branch: master
Commit: d8ec1fb894bd8838ad93f244fadb2ee67a61b2e1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d8ec1fb894bd8838ad93f244fadb2ee67a61b2e1

Author: Gijs Vermeulen <gijsvrm at gmail.com>
Date:   Fri May  1 19:36:24 2020 +0200

ntdll: Remove unused function fast_wait_cv().

Signed-off-by: Gijs Vermeulen <gijsvrm at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/sync.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/ntdll/sync.c b/dlls/ntdll/sync.c
index fbfb8f893e..2aed1c78e7 100644
--- a/dlls/ntdll/sync.c
+++ b/dlls/ntdll/sync.c
@@ -2306,11 +2306,6 @@ static NTSTATUS fast_sleep_cs_cv( RTL_CONDITION_VARIABLE *variable,
     return STATUS_NOT_IMPLEMENTED;
 }
 
-static NTSTATUS fast_wait_cv( RTL_CONDITION_VARIABLE *variable, int val, const LARGE_INTEGER *timeout )
-{
-    return STATUS_NOT_IMPLEMENTED;
-}
-
 static NTSTATUS fast_wake_cv( RTL_CONDITION_VARIABLE *variable, int count )
 {
     return STATUS_NOT_IMPLEMENTED;




More information about the wine-cvs mailing list