summaryrefslogtreecommitdiffstats
path: root/fault-monitor/fru-fault-monitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fault-monitor/fru-fault-monitor.cpp')
-rw-r--r--fault-monitor/fru-fault-monitor.cpp24
1 files changed, 0 insertions, 24 deletions
diff --git a/fault-monitor/fru-fault-monitor.cpp b/fault-monitor/fru-fault-monitor.cpp
index 1988d1b..cb6c4e4 100644
--- a/fault-monitor/fru-fault-monitor.cpp
+++ b/fault-monitor/fru-fault-monitor.cpp
@@ -253,30 +253,6 @@ void Add::processExistingCallouts(sdbusplus::bus::bus& bus)
void Remove::removed(sdbusplus::message::message& msg)
{
auto bus = msg.get_bus();
- std::string assoc;
- msg.read(assoc);
-
- if (assoc.compare("org.openbmc.Association"))
- {
- //Skip if not about association
- return;
- }
-
- std::map<std::string, std::vector<std::string>> endPoints;
- msg.read(endPoints);
- auto it = endPoints.find("endpoints");
-
- if (it == endPoints.end())
- {
- //No end points,skip
- return;
- }
-
- if (!((*it).second.empty()))
- {
- //Skip, end points are not empty
- return;
- }
action(bus, inventoryPath, false);
return;
OpenPOWER on IntegriCloud