Removing an unused variable; NFC.

llvm-svn: 222048
This commit is contained in:
Aaron Ballman 2014-11-14 21:57:30 +00:00
parent 50fc68f2d9
commit d38341e942
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ static bool getSystemRegistryString(const char *keyPath, const char *valueName,
#else
HKEY hRootKey = HKEY_LOCAL_MACHINE;
HKEY hKey = NULL;
DWORD valueSize = 0;
long lResult;
bool returnValue = false;