From 93828fde8083427788958401a923154cffdb694a Mon Sep 17 00:00:00 2001 From: fbernon Date: Wed, 23 May 2007 19:28:07 +0000 Subject: [PATCH] Fixed patch #5965 : Remove unused conntype in struct api_msg_msg, by Simon Goldsmith --- src/include/lwip/api_msg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/lwip/api_msg.h b/src/include/lwip/api_msg.h index dc9bc55b..510acc22 100644 --- a/src/include/lwip/api_msg.h +++ b/src/include/lwip/api_msg.h @@ -52,7 +52,6 @@ extern "C" { */ struct api_msg_msg { struct netconn *conn; - enum netconn_type conntype; union { struct netbuf *b; /* do_send */ struct {