[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>

authored by

Peter Chubb and committed by
Tony Luck
d8caebd2 b655913b

+1 -1
+1 -1
arch/ia64/ia32/sys_ia32.c
··· 2427 { 2428 struct epoll_event *events64 = NULL; 2429 mm_segment_t old_fs = get_fs(); 2430 - int error, numevents, size; 2431 int evt_idx; 2432 int do_free_pages = 0; 2433
··· 2427 { 2428 struct epoll_event *events64 = NULL; 2429 mm_segment_t old_fs = get_fs(); 2430 + int numevents, size; 2431 int evt_idx; 2432 int do_free_pages = 0; 2433