From cc5c7ee08897e71bd7cd1bf8cce876958d293b07 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Wed, 21 Jul 2021 15:40:08 +0800 Subject: [PATCH] net/local: remove unused client lc_remaining Signed-off-by: chao.an --- net/local/local.h | 1 - 1 file changed, 1 deletion(-) diff --git a/net/local/local.h b/net/local/local.h index b37795fc895..9451b7069a5 100644 --- a/net/local/local.h +++ b/net/local/local.h @@ -176,7 +176,6 @@ struct local_conn_s struct { - uint16_t lc_remaining; /* (For binary compatibility with peer) */ volatile int lc_result; /* Result of the connection operation (client) */ } client;