commit | d8caebd285a084ee1e4d484ce597865228614067 | [log] [tgz] |
---|---|---|
author | Peter Chubb <peterc@gelato.unsw.edu.au> | Tue May 31 22:37:00 2005 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Wed Jun 01 15:44:01 2005 -0700 |
tree | 596f8552b7846f8178eecaa9b2497bf22ccae23c | |
parent | b655913bf364603d17ad770dc4fb80e60555a255 [diff] |
[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>