diff --git a/lib/objects.py b/lib/objects.py
index 17a8190c3506aa0ccc139c0a4565956fe67f1b82..b1793e690a198af56176697f2da6eef22ae95482 100644
--- a/lib/objects.py
+++ b/lib/objects.py
@@ -882,7 +882,6 @@ class Cluster(TaggableObject):
self.hvparams[hypervisor] = FillDict(
constants.HVC_DEFAULTS[hypervisor], self.hvparams[hypervisor])
- # TODO: Figure out if it's better to put this into OS than Cluster
if self.os_hvp is None:
self.os_hvp = {}