mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
- Remove superfluous VOID casts from 42314.
svn path=/trunk/; revision=43196
This commit is contained in:
@@ -381,7 +381,7 @@ ExFreeArmPoolWithTag(IN PVOID P,
|
||||
//
|
||||
if (PAGE_ALIGN(P) == P)
|
||||
{
|
||||
(VOID)MiFreePoolPages(P);
|
||||
MiFreePoolPages(P);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -501,7 +501,7 @@ ExFreeArmPoolWithTag(IN PVOID P,
|
||||
// In this case, release the nonpaged pool lock, and free the page
|
||||
//
|
||||
KeReleaseQueuedSpinLock(LockQueueNonPagedPoolLock, OldIrql);
|
||||
(VOID)MiFreePoolPages(Entry);
|
||||
MiFreePoolPages(Entry);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user