Commit 7e43f8a4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32: Remove unneeded casts of zero.

parent 42abd3b0
......@@ -643,10 +643,10 @@ DWORD __wine_emulate_instruction( EXCEPTION_RECORD *rec, CONTEXT86 *context )
if (outp)
/* FIXME: Check segment is readable. */
(void)0;
;
else
/* FIXME: Check segment is writable. */
(void)0;
;
if (repX)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment