From cca1854e96b33286b5a45eb378663f52e1e1a3af Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 19 May 2008 22:13:09 +0100 Subject: [PATCH] advapi32: Remove unused file-static variables. --- dlls/advapi32/service.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/advapi32/service.c b/dlls/advapi32/service.c index 29c1a091674..fc5be79b3c4 100644 --- a/dlls/advapi32/service.c +++ b/dlls/advapi32/service.c @@ -45,12 +45,9 @@ WINE_DEFAULT_DEBUG_CHANNEL(service); -static const WCHAR szLocalSystem[] = {'L','o','c','a','l','S','y','s','t','e','m',0}; 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 }; -static const WCHAR szSCMLock[] = {'A','D','V','A','P','I','_','S','C','M', - 'L','O','C','K',0}; void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t len) { -- 2.11.4.GIT