* Fix release build.

svn path=/trunk/; revision=61574
This commit is contained in:
Amine Khaldi 2014-01-08 12:14:14 +00:00
parent 842cb21775
commit 2dd3ce50de

View file

@ -1313,7 +1313,6 @@ CmpQueryKeyDataFromCache(
_Out_ PULONG ResultLength)
{
PCM_KEY_NODE Node;
ULONG SubKeyCount;
PHHIVE KeyHive;
HCELL_INDEX KeyCell;
USHORT NameLength;
@ -1328,6 +1327,7 @@ CmpQueryKeyDataFromCache(
Node = HvGetCell(KeyHive, KeyCell);
if (Node != NULL)
{
ULONG SubKeyCount;
ASSERT(Node->ValueList.Count == Kcb->ValueCache.Count);
if (!(Kcb->ExtFlags & CM_KCB_INVALID_CACHED_INFO))