From 07eab889627f9d9a58fbf8ab2047ae104dde67c1 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 26 Apr 2021 15:19:39 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 370553291 --- cpp/platform/public/monitored_runnable.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpp/platform/public/monitored_runnable.h b/cpp/platform/public/monitored_runnable.h index ad3cc8cc..63e3475d 100644 --- a/cpp/platform/public/monitored_runnable.h +++ b/cpp/platform/public/monitored_runnable.h @@ -65,10 +65,6 @@ class MonitoredRunnable { absl::Time post_time_ = SystemClock::ElapsedRealtime(); }; -// These definitions are necessary before C++17. -constexpr absl::Duration kMinReportedStartDelay; -constexpr absl::Duration kMinReportedTaskDuration; - } // namespace nearby } // namespace location