Cygwin: drop debug_printf statement from start_transaction

start_transaction is now defined in ntdll.h and we can't rely
on debug_printf being available

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2018-03-05 17:50:52 +01:00
parent 011fc3b508
commit fe8e2c9b1f
1 changed files with 1 additions and 4 deletions

View File

@ -1668,10 +1668,7 @@ extern "C"
RtlSetCurrentTransaction (trans);
}
else
{
debug_printf ("NtCreateTransaction failed, %y", status);
old_trans = trans = NULL;
}
old_trans = trans = NULL;
}
static inline NTSTATUS