diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-13 22:52:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-18 17:19:17 +0100 |
commit | d8c6b268071d9af33f0fc8708fcb14955dfbd027 (patch) | |
tree | dce0c74f0294f717b6525f788e5242165fa3d200 /shell/source/win32 | |
parent | 69d64cce8847a039a17128e3eaa301917faf6221 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I6e4aa7c0a3b420820d8581ce1a4a826fa777525c
Diffstat (limited to 'shell/source/win32')
-rw-r--r-- | shell/source/win32/shlxthandler/util/registry.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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; |