mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
libc: Remove the empty lib_initialize
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
9cb994e6dc
commit
aec01e96fa
@@ -35,7 +35,6 @@
|
||||
#include <nuttx/sched.h>
|
||||
#include <nuttx/fs/fs.h>
|
||||
#include <nuttx/net/net.h>
|
||||
#include <nuttx/lib/lib.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/mm/mm.h>
|
||||
#include <nuttx/mm/shm.h>
|
||||
@@ -709,12 +708,6 @@ void nx_start(void)
|
||||
shm_initialize();
|
||||
#endif
|
||||
|
||||
/* Initialize the C libraries. This is done last because the libraries
|
||||
* may depend on the above.
|
||||
*/
|
||||
|
||||
lib_initialize();
|
||||
|
||||
#ifndef CONFIG_BINFMT_DISABLE
|
||||
/* Initialize the binfmt system */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user