mirror of
https://github.com/reactos/reactos.git
synced 2025-01-15 18:43:27 +00:00
[NTOS:EX] Remove an ASSERT in ExpInsertPoolTracker
This commit is contained in:
parent
5627da4205
commit
bbbcd8ed68
1 changed files with 0 additions and 1 deletions
|
@ -877,7 +877,6 @@ ExpInsertPoolTracker(IN ULONG Key,
|
||||||
// ASSERT on ReactOS features not yet supported
|
// ASSERT on ReactOS features not yet supported
|
||||||
//
|
//
|
||||||
ASSERT(!(PoolType & SESSION_POOL_MASK));
|
ASSERT(!(PoolType & SESSION_POOL_MASK));
|
||||||
ASSERT(KeGetCurrentProcessorNumber() == 0);
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Why the double indirection? Because normally this function is also used
|
// Why the double indirection? Because normally this function is also used
|
||||||
|
|
Loading…
Reference in a new issue