From d8c6b268071d9af33f0fc8708fcb14955dfbd027 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 13 Nov 2015 22:52:22 +0100 Subject: -Werror,-Wunused-const-variable Change-Id: I6e4aa7c0a3b420820d8581ce1a4a826fa777525c --- shell/source/win32/shlxthandler/util/registry.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'shell/source') diff --git a/shell/source/win32/shlxthandler/util/registry.cxx b/shell/source/win32/shlxthandler/util/registry.cxx index 256ebd16c17c..2e2838c1f805 100644 --- a/shell/source/win32/shlxthandler/util/registry.cxx +++ b/shell/source/win32/shlxthandler/util/registry.cxx @@ -36,13 +36,6 @@ #pragma warning(pop) #endif - - -// Size of a CLSID as a string -const int CLSID_STRING_SIZE = 39; - - - bool SetRegistryKey(HKEY RootKey, const char* KeyName, const char* ValueName, const char* Value) { HKEY hSubKey; -- cgit