Remove forward declaration of struct lwip_sock

The forward declaration was added in commit
e2c2afbbe0 for use in struct
lwip_setgetsockopt_data, but became dead after commit
5d2e93e5f0 where the sock pointer was
removed from lwip_setgetsockopt_data
This commit is contained in:
Joel Cunningham 2017-02-13 17:22:52 -06:00
parent 7dd21e93c4
commit b2beb42c14

View File

@ -108,8 +108,6 @@ struct sockaddr_storage {
typedef u32_t socklen_t;
#endif
struct lwip_sock;
#if !defined(iovec)
struct iovec {
void *iov_base;