mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
- Get rid of debug spew used during testing.
svn path=/trunk/; revision=42124
This commit is contained in:
parent
012c86a88f
commit
1f4bf9180e
1 changed files with 0 additions and 2 deletions
|
@ -396,7 +396,6 @@ MiFreePoolPages(IN PVOID StartingVa)
|
|||
//
|
||||
// This page is on the outskirts of initial nonpaged pool, so ignore it
|
||||
//
|
||||
DPRINT1("End of initial frame\n");
|
||||
Pfn1 = NULL;
|
||||
}
|
||||
else
|
||||
|
@ -457,7 +456,6 @@ MiFreePoolPages(IN PVOID StartingVa)
|
|||
//
|
||||
// Then we can't do anything or we'll risk underflowing
|
||||
//
|
||||
DPRINT1("Start of of initial frame\n");
|
||||
Pfn1 = NULL;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue