mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
net/local: remove unused client lc_remaining
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -176,7 +176,6 @@ struct local_conn_s
|
|||||||
|
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
uint16_t lc_remaining; /* (For binary compatibility with peer) */
|
|
||||||
volatile int lc_result; /* Result of the connection operation (client) */
|
volatile int lc_result; /* Result of the connection operation (client) */
|
||||||
} client;
|
} client;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user