commit | f96597b530ef280534a21c1672974ecae4f01493 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Tue Mar 07 20:40:22 2023 -0600 |
committer | Ed Tanous <ed@tanous.net> | Fri Mar 10 23:12:52 2023 +0000 |
tree | d627cc6f6704d2a81917332788baceba4260eebc | |
parent | 746b56f33412b45551b3d790cd0e1a180801722c [diff] |
Update hypervisor todo https://gerrit.openbmc.org/c/openbmc/bmcweb/+/61237/3 merged. hypervisor is no longer in its own namespace. Tested: None. Change-Id: I3dc3e01a0c3bcfd9a00a060f04505a6bc70860e6 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/redfish-core/lib/hypervisor_system.hpp b/redfish-core/lib/hypervisor_system.hpp index 35f33af..1c27223 100644 --- a/redfish-core/lib/hypervisor_system.hpp +++ b/redfish-core/lib/hypervisor_system.hpp
@@ -18,11 +18,6 @@ #include <string_view> #include <utility> -// TODO(ed) requestRoutesHypervisorSystems seems to have copy-pasted a -// lot of code, and has a number of methods that have name conflicts with the -// normal ethernet internfaces in ethernet.hpp. For the moment, we'll put -// hypervisor in a namespace to isolate it, but these methods eventually need -// deduplicated namespace redfish {