From 5eac908c950510055fd80c471288753d65e2f539 Mon Sep 17 00:00:00 2001
From: Chris Manton <cmanton@google.com>
Date: Mon, 15 Mar 2021 10:23:17 -0700
Subject: [PATCH] Remove unused member tHID_HOST_DEV_CTB::conn_substate

Bug: 163134718
Test: gd/cert/run
Tag: #refactor

Change-Id: I7fcfc640ef7728ae924e55d3ce1f4fa43b09963a
---
 system/stack/hid/hidh_int.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/system/stack/hid/hidh_int.h b/system/stack/hid/hidh_int.h
index 5ac7820a827..fe9a3c86143 100644
--- a/system/stack/hid/hidh_int.h
+++ b/system/stack/hid/hidh_int.h
@@ -41,7 +41,6 @@ typedef struct per_device_ctb {
                          reconn_initiate;
                                  0x04- sdp_disable; */
   uint8_t state;      /* Device state if in HOST-KNOWN mode */
-  uint8_t conn_substate;
   uint8_t conn_tries; /* Remembers the number of connection attempts while
                          CONNECTING */
 
-- 
GitLab