mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Fixed patch #5965 : Remove unused conntype in struct api_msg_msg, by Simon Goldsmith
This commit is contained in:
parent
a3fdc33f88
commit
93828fde80
@ -52,7 +52,6 @@ extern "C" {
|
||||
*/
|
||||
struct api_msg_msg {
|
||||
struct netconn *conn;
|
||||
enum netconn_type conntype;
|
||||
union {
|
||||
struct netbuf *b; /* do_send */
|
||||
struct {
|
||||
|
Loading…
Reference in New Issue
Block a user