mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Remove Timer::FireNow.
PiperOrigin-RevId: 811123106
This commit is contained in:
committed by
Copybara-Service
parent
eb3ae063f5
commit
72088b7fe2
@@ -37,8 +37,6 @@ class Timer : public api::Timer {
|
||||
|
||||
bool Stop() override ABSL_LOCKS_EXCLUDED(mutex_);
|
||||
|
||||
bool FireNow() override ABSL_LOCKS_EXCLUDED(mutex_);
|
||||
|
||||
private:
|
||||
absl::Mutex mutex_;
|
||||
absl::CondVar condvar_ ABSL_GUARDED_BY(mutex_);
|
||||
|
||||
Reference in New Issue
Block a user