lwip_socket_init() is not needed any more -> compatibility define

This commit is contained in:
goldsimon
2014-11-06 14:14:58 +01:00
parent 79ecf2edb7
commit 2809405164
6 changed files with 7 additions and 15 deletions

View File

@@ -241,15 +241,6 @@ static void event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len
static void lwip_getsockopt_internal(void *arg);
static void lwip_setsockopt_internal(void *arg);
/**
* Initialize this module. This function has to be called before any other
* functions in this module!
*/
void
lwip_socket_init(void)
{
}
/**
* Map a externally used socket index to the internal socket representation.
*