* kernel32.cc (CreateFileMappingW): Remove stray small_printf.
This commit is contained in:
@ -338,7 +338,6 @@ CreateFileMappingW (HANDLE hFile, LPSECURITY_ATTRIBUTES lpAttributes,
|
||||
status = NtCreateSection (§, access, &attr, psize, prot, attribs, hFile);
|
||||
if (!NT_SUCCESS (status))
|
||||
{
|
||||
small_printf ("status %p\n", status);
|
||||
SetLastError (RtlNtStatusToDosError (status));
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user