[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)
commitd8caebd285a084ee1e4d484ce597865228614067
tree596f8552b7846f8178eecaa9b2497bf22ccae23c
parentb655913bf364603d17ad770dc4fb80e60555a255
[IA64] fix compilation warning in sys32_epoll_wait()

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>
arch/ia64/ia32/sys_ia32.c