elflink: Delete dump_elf_module()
authorMatt Fleming <matt.fleming@intel.com>
Fri, 30 Mar 2012 14:19:07 +0000 (15:19 +0100)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 17 Apr 2012 09:58:33 +0000 (10:58 +0100)
commitb5529aac6a38f15084f7710018fd24921cb6be54
treeffa0553a9ba72dc39c619dcdb74391b7ac113447
parent6dd8908cd14ec15edc96c1fa9a6e11e55ad81e36
elflink: Delete dump_elf_module()

dump_elf_module() doesn't have any callers (it's call site is
commented out in module_load()) and it's definition currently emits
the following build warning,

In file included from exit.c:34:0:
../include/sys/module.h: In function ‘dump_elf_module’:
../include/sys/module.h:123:55: warning: unused parameter ‘module’

Just delete it. If anyone needs a similar function in future it is
trivial to write.

Signed-off-by: Matt Fleming <matt.fleming@intel.com>
com32/include/sys/module.h
com32/lib/sys/module/elf_module.c