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
 {