summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Redfish.md1
-rw-r--r--redfish-core/lib/chassis.hpp3
2 files changed, 0 insertions, 4 deletions
diff --git a/Redfish.md b/Redfish.md
index 93105ebfce..91c2c01601 100644
--- a/Redfish.md
+++ b/Redfish.md
@@ -197,7 +197,6 @@ Fields common to all schemas
- HotPluggable
- Links/ComputerSystems
- Links/ManagedBy
-- PCIeDevices
- Power
- Shall be included if component contains voltage/current sensing components,
otherwise will be omitted.
diff --git a/redfish-core/lib/chassis.hpp b/redfish-core/lib/chassis.hpp
index e827f03db3..6d5e587b8e 100644
--- a/redfish-core/lib/chassis.hpp
+++ b/redfish-core/lib/chassis.hpp
@@ -508,9 +508,6 @@ inline void handleChassisGetSubTree(
.jsonValue["Actions"]["#Chassis.Reset"]["@Redfish.ActionInfo"] =
boost::urls::format("/redfish/v1/Chassis/{}/ResetActionInfo",
chassisId);
- asyncResp->res.jsonValue["PCIeDevices"]["@odata.id"] =
- "/redfish/v1/Systems/system/PCIeDevices";
-
dbus::utility::getAssociationEndPoints(
path + "/drive",
[asyncResp, chassisId](const boost::system::error_code& ec3,