--- np2/i386c/ia32/inst_table.c 2005/03/12 12:32:54 1.10 +++ np2/i386c/ia32/inst_table.c 2011/01/15 18:36:12 1.12 @@ -1,5 +1,3 @@ -/* $Id: inst_table.c,v 1.10 2005/03/12 12:32:54 monaka Exp $ */ - /* * Copyright (c) 2002-2003 NONAKA Kimihiro * All rights reserved. @@ -61,7 +59,6 @@ static void undef_op2(UINT32 v) { - (void)v; EXCEPTION(UD_EXCEPTION, 0); }