mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Remove unused private field variable in MultiplexSocket
PiperOrigin-RevId: 694313402
This commit is contained in:
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_
|
||||
|
||||
Reference in New Issue
Block a user