Andrew Talbot : advapi32: Remove an unused variable.
Module: wine Branch: master Commit: 8a1539ac98e31c629d30e454eddee6fe8ebf49bb URL: http://source.winehq.org/git/wine.git/?a=commit;h=8a1539ac98e31c629d30e454ed... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Thu Nov 10 22:10:50 2011 +0000 advapi32: Remove an unused variable. --- dlls/advapi32/service.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/dlls/advapi32/service.c b/dlls/advapi32/service.c index 2fc3d71..bb5e49c 100644 --- a/dlls/advapi32/service.c +++ b/dlls/advapi32/service.c @@ -45,10 +45,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(service); -static const WCHAR szServiceManagerKey[] = { 'S','y','s','t','e','m','\\', - 'C','u','r','r','e','n','t','C','o','n','t','r','o','l','S','e','t','\\', - 'S','e','r','v','i','c','e','s',0 }; - void __RPC_FAR * __RPC_USER MIDL_user_allocate(SIZE_T len) { return HeapAlloc(GetProcessHeap(), 0, len);
participants (1)
-
Alexandre Julliard