Note to self: review diffs and remove temporary changes BEFORE commiting (not after).
[reactos.git] / reactos / include / psdk / kcom.h
index 956e25f..f6f596f 100644 (file)
@@ -235,7 +235,7 @@ inline void __cdecl operator delete(
 }
 
 inline void __cdecl operator delete(
-  PVOID pVoid, UINT unk)
+  PVOID pVoid, UINT)
 {
   if (pVoid) ExFreePool(pVoid);
 }