summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/fault.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/process_health/fault.h')
-rw-r--r--src/mongo/db/process_health/fault.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/db/process_health/fault.h b/src/mongo/db/process_health/fault.h
index a3fc1dbf577..dbc9a0317b3 100644
--- a/src/mongo/db/process_health/fault.h
+++ b/src/mongo/db/process_health/fault.h
@@ -55,17 +55,6 @@ public:
UUID getId() const;
/**
- * The fault severity value is an aggregate severity calculated
- * from all facets currently owned by this instance.
- *
- * @return Current fault severity. The expected values:
- * 0: Ok
- * (0, 1.0): Transient fault condition
- * [1.0, Inf): Active fault condition
- */
- double getSeverity() const;
-
- /**
* @return The lifetime of this fault from the moment it was created.
* Invariant: getDuration() >= getActiveFaultDuration()
*/