mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08: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…
x
Reference in New Issue
Block a user