mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal cleanup.
PiperOrigin-RevId: 495138142
This commit is contained in:
@@ -49,7 +49,7 @@ class EndpointManager::LockedFrameProcessor {
|
||||
frame_processor_with_mutex_{fp} {}
|
||||
|
||||
// Constructor of a no-op object.
|
||||
LockedFrameProcessor() {}
|
||||
LockedFrameProcessor() = default;
|
||||
|
||||
explicit operator bool() const { return get() != nullptr; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user