[SHELL32]

- Arch, don't leave unused variables
CORE-9867

svn path=/trunk/; revision=69229
This commit is contained in:
Thomas Faber 2015-09-14 19:20:55 +00:00
parent 94c98733e6
commit b93363c81c

View file

@ -68,10 +68,9 @@ public:
}
static void Term()
{
ULONG ref;
if (s_pInstance)
{
ref = s_pInstance->Release();
s_pInstance->Release();
s_pInstance = NULL;
}
}