Fixed patch #5965 : Remove unused conntype in struct api_msg_msg, by Simon Goldsmith

This commit is contained in:
fbernon 2007-05-23 19:28:07 +00:00
parent a3fdc33f88
commit 93828fde80

View File

@ -52,7 +52,6 @@ extern "C" {
*/ */
struct api_msg_msg { struct api_msg_msg {
struct netconn *conn; struct netconn *conn;
enum netconn_type conntype;
union { union {
struct netbuf *b; /* do_send */ struct netbuf *b; /* do_send */
struct { struct {