elf_module: Remove unused variable
commit0bc1bf0ffd8d8cff581631995b02dabd1d463f4b
authorPaulo Alcantara <pcacjr@zytor.com>
Thu, 5 Jul 2012 06:36:04 +0000 (5 03:36 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Thu, 5 Jul 2012 06:36:04 +0000 (5 03:36 -0300)
treea47d8d59b04854071b71f6c834fa85cd8600726f
parent1f822f83b3d757c9a72f1eb99ebd723ee61e625b
elf_module: Remove unused variable

This patch removes an unused variable and fixes the following warning:

sys/module/elf_module.c: In function ‘module_load’:
sys/module/elf_module.c:512:16: warning: variable ‘j’ set but not used
[-Wunused-but-set-variable]

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
com32/lib/sys/module/elf_module.c