]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit626f1eaf2e0eebd5b68839a082d55659b8b60ef9
tree596f8552b7846f8178eecaa9b2497bf22ccae23c
parent1f4ea82acfa14b3ced174c58f0c4b725262818a7
[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