You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/22 06:43:21 UTC

[incubator-nuttx] 01/02: net/local: remove unused client lc_remaining

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit cc5c7ee08897e71bd7cd1bf8cce876958d293b07
Author: chao.an <an...@xiaomi.com>
AuthorDate: Wed Jul 21 15:40:08 2021 +0800

    net/local: remove unused client lc_remaining
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 net/local/local.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/local/local.h b/net/local/local.h
index b37795f..9451b70 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;