Remove comment that does no longer apply.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41413 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2011-05-10 07:31:55 +00:00
parent c9769c1cc4
commit 3c4a8701d6

View File

@ -247,9 +247,6 @@ configure_link_devices(acpi_module_info* acpi, IRQRoutingTable& routingTable,
links.PushBack(link);
}
// TODO: Blindly set the first possible configuration (obviously not what we
// want to do as it will most probably result in a "everything to single
// IRQ" config; anyway just to get things going...)
for (int i = 0; i < links.Count(); i++) {
link_device* link = links.ElementAt(i);