summaryrefslogtreecommitdiff
path: root/redfish-core/lib/redfish_sessions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/redfish_sessions.hpp')
-rw-r--r--redfish-core/lib/redfish_sessions.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/redfish-core/lib/redfish_sessions.hpp b/redfish-core/lib/redfish_sessions.hpp
index 5b69c1a66d..addb28701b 100644
--- a/redfish-core/lib/redfish_sessions.hpp
+++ b/redfish-core/lib/redfish_sessions.hpp
@@ -145,8 +145,6 @@ class SessionCollection : public Node
"/redfish/v1/$metadata#SessionCollection.SessionCollection";
res.jsonValue["Name"] = "Session Collection";
res.jsonValue["Description"] = "Session Collection";
- res.jsonValue["Members@odata.count"] = 0;
- res.jsonValue["Members"] = nlohmann::json::array();
res.end();
}