diff options
author | 2025-03-07 20:00:15 -0800 | |
---|---|---|
committer | 2025-03-07 20:00:15 -0800 | |
commit | f200f08492ddb146b2167a9eb8d1210e72b562eb (patch) | |
tree | a54767cb3c4fca9ca8065945d44d05e713682f56 /system | |
parent | cc4c7d978507a81838b3169bfad694b547dd182c (diff) | |
parent | 9cd4a938eea69c72b63689502c84f5b94e71e772 (diff) |
Merge "Remove unused field" into main
Diffstat (limited to 'system')
-rw-r--r-- | system/btif/avrcp/avrcp_service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/btif/avrcp/avrcp_service.h b/system/btif/avrcp/avrcp_service.h index 581852194e..84f2d0149d 100644 --- a/system/btif/avrcp/avrcp_service.h +++ b/system/btif/avrcp/avrcp_service.h @@ -108,7 +108,6 @@ private: uint16_t target_sdp_request_id_ = UNASSIGNED_REQUEST_ID; uint16_t control_sdp_request_id_ = UNASSIGNED_REQUEST_ID; uint32_t sdp_record_handle = -1; - uint32_t ct_sdp_record_handle = -1; uint16_t profile_version = -1; MediaInterface* media_interface_ = nullptr; |