summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/health_observer_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/process_health/health_observer_base.h')
-rw-r--r--src/mongo/db/process_health/health_observer_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/process_health/health_observer_base.h b/src/mongo/db/process_health/health_observer_base.h
index 18f24eb8540..ef7900f640f 100644
--- a/src/mongo/db/process_health/health_observer_base.h
+++ b/src/mongo/db/process_health/health_observer_base.h
@@ -91,7 +91,7 @@ protected:
* @return The result of a complete health check
*/
virtual Future<HealthCheckStatus> periodicCheckImpl(
- PeriodicHealthCheckContext&& periodicCheckContext) noexcept = 0;
+ PeriodicHealthCheckContext&& periodicCheckContext) = 0;
HealthObserverLivenessStats getStatsLocked(WithLock) const;