[IA64] fix compilation warning in sys32_epoll_wait()
authorPeter Chubb <peterc@gelato.unsw.edu.au>
Wed, 1 Jun 2005 05:37:00 +0000 (22:37 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 1 Jun 2005 22:44:01 +0000 (15:44 -0700)
This gets rid of an unused variable `error' in sys_ia32.c:sys32_epoll_wait()

Getting rid of this one makes parsing the output of the kernecomp
autobuild easier --- searching for `Error' to find a problem kept
hitting this one, even though it's only a warning.

Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found