Remove unused private field variable in MultiplexSocket

PiperOrigin-RevId: 694313402
This commit is contained in:
Crisrael Lucero
2024-11-07 18:17:52 -08:00
committed by Copybara-Service
parent ee49af663a
commit 8e87a6e51c
@@ -207,7 +207,6 @@ class MultiplexSocket {
// enable it once two devices negotiated finished.
AtomicBoolean enabled_{false};
std::int32_t first_frame_len_ = 0;
// If the socket is already shutdown and no longer in use.
bool is_shutdown_ = false;
static AtomicBoolean is_shutting_down_;
@@ -218,4 +217,5 @@ class MultiplexSocket {
} // namespace mediums
} // namespace connections
} // namespace nearby
#endif // CORE_INTERNAL_MEDIUMS_MULTIPLEX_MULTIPLEX_SOCKET_H_