Alexandre Julliard : ntdll: Remove no longer used inline function.

Alexandre Julliard julliard at winehq.org
Tue Feb 16 16:03:19 CST 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Feb 16 22:35:36 2021 +0100

ntdll: Remove no longer used inline function.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/env.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/dlls/ntdll/env.c b/dlls/ntdll/env.c
index 1e7f9a8b3ef..4931e407e57 100644
--- a/dlls/ntdll/env.c
+++ b/dlls/ntdll/env.c
@@ -933,15 +933,6 @@ void WINAPI RtlDestroyProcessParameters( RTL_USER_PROCESS_PARAMETERS *params )
 }
 
 
-static inline void get_unicode_string( UNICODE_STRING *str, WCHAR **src, UINT len )
-{
-    str->Buffer = *src;
-    str->Length = len;
-    str->MaximumLength = len + sizeof(WCHAR);
-    *src += len / sizeof(WCHAR);
-}
-
-
 /***********************************************************************
  *           run_wineboot
  */




More information about the wine-cvs mailing list