net/local: remove unused client lc_remaining

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an 2021-07-21 15:40:08 +08:00 committed by Xiang Xiao
parent 757c0cbf81
commit cc5c7ee088

View File

@ -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;