incubator-nuttx/libs/libc/modlib
YAMAMOTO Takashi b6316e9a03 libs/libc/modlib/modlib_sections.c: Remove a redundant assignment
Found by clang-check:

modlib/modlib_sections.c:93:3: warning: Value stored to 'buffer' is never read
  buffer    = loadinfo->iobuffer;
  ^           ~~~~~~~~~~~~~~~~~~
1 warning generated.
2020-07-30 16:16:21 +02:00
..
Kconfig Adapt dlfcn/modlib to use the instruction memory allocator 2020-03-16 07:54:49 -06:00
Make.defs modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
gnu-elf.ld modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib.h modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_bind.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_depend.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_init.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_iobuffer.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_load.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_loadshdrs.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_read.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_registry.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_sections.c libs/libc/modlib/modlib_sections.c: Remove a redundant assignment 2020-07-30 16:16:21 +02:00
modlib_symbols.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_symtab.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_uninit.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_unload.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00
modlib_verify.c modlib: Replace Gregory Nutt's copyright notice with Apache 2.0 2020-04-13 09:49:22 -06:00