Remove libc_lxip

The libc_lxip library is superceded by vfs_lwip.

Fix #2960
Fix #2535
This commit is contained in:
Emery Hemingway
2018-09-03 18:06:09 +02:00
committed by Norman Feske
parent db9ff821a2
commit 47c6377ac0
13 changed files with 7 additions and 1186 deletions

View File

@ -1971,7 +1971,7 @@ struct Lxip_factory : Vfs::File_system_factory
Lx::malloc_init(env, lx_env.heap());
Lx::timer_init(env, lx_env.env().ep(), lx_env.heap(), &poll_all);
Lx::event_init(env, lx_env.env().ep(), &poll_all);
Lx::nic_client_init(env, lx_env.env().ep(), lx_env.heap(), &poll_all);
Lx::nic_client_init(env, lx_env.heap(), &poll_all);
lxip_init();
}