From: Peter Chubb Date: Wed, 1 Jun 2005 05:37:00 +0000 (-0700) Subject: [IA64] fix compilation warning in sys32_epoll_wait() X-Git-Tag: v2.6.12-rc6~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8caebd285a084ee1e4d484ce597865228614067;p=pandora-kernel.git [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 --- Reading git-diff-tree failed