mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
[NTOS:EX] Remove an ASSERT in ExpInsertPoolTracker
This commit is contained in:
@@ -877,7 +877,6 @@ ExpInsertPoolTracker(IN ULONG Key,
|
||||
// ASSERT on ReactOS features not yet supported
|
||||
//
|
||||
ASSERT(!(PoolType & SESSION_POOL_MASK));
|
||||
ASSERT(KeGetCurrentProcessorNumber() == 0);
|
||||
|
||||
//
|
||||
// Why the double indirection? Because normally this function is also used
|
||||
|
||||
Reference in New Issue
Block a user