summaryrefslogtreecommitdiffstats
path: root/occ_finder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'occ_finder.cpp')
-rw-r--r--occ_finder.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/occ_finder.cpp b/occ_finder.cpp
index b931452..0c02c35 100644
--- a/occ_finder.cpp
+++ b/occ_finder.cpp
@@ -114,12 +114,7 @@ std::vector<std::string> get(sdbusplus::bus::bus& bus)
"Present",
true));
- match.emplace_back(std::make_tuple(
- "xyz.openbmc_project.State.Decorator.OperationalStatus",
- "Functional",
- true));
-
- // Select only if the CPU is marked 'Present' and 'Functional'
+ // Select only if the CPU is marked 'Present'.
// Local variable to make it readable
auto path = entry->first;
auto service = entry->second.begin()->first;
OpenPOWER on IntegriCloud