Internal cleanup.

PiperOrigin-RevId: 495138142
This commit is contained in:
hai007
2022-12-13 15:11:48 -08:00
committed by Copybara-Service
parent c5cb0e1d39
commit 255c2672ea
4 changed files with 19 additions and 16 deletions
@@ -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; }