forked from Imagelibrary/lwip
Remove forward declaration of struct lwip_sock
The forward declaration was added in commite2c2afbbe0for use in struct lwip_setgetsockopt_data, but became dead after commit5d2e93e5f0where the sock pointer was removed from lwip_setgetsockopt_data
This commit is contained in:
@@ -108,8 +108,6 @@ struct sockaddr_storage {
|
|||||||
typedef u32_t socklen_t;
|
typedef u32_t socklen_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct lwip_sock;
|
|
||||||
|
|
||||||
#if !defined(iovec)
|
#if !defined(iovec)
|
||||||
struct iovec {
|
struct iovec {
|
||||||
void *iov_base;
|
void *iov_base;
|
||||||
|
|||||||
Reference in New Issue
Block a user