diff --git a/lib/hypervisor/hv_xen.py b/lib/hypervisor/hv_xen.py
index e234cba11701e718d97311d261f181aaec6db4fa..d936d84368715da5c25a07f17426fb4832ea396f 100644
--- a/lib/hypervisor/hv_xen.py
+++ b/lib/hypervisor/hv_xen.py
@@ -541,9 +541,6 @@ class XenHypervisor(hv_base.BaseHypervisor):
       raise errors.HypervisorError("Remote host %s not listening on port"
                                    " %s, cannot migrate" % (target, port))
 
-    # FIXME: migrate must be upgraded for transitioning to "xl" (xen 4.1).
-    #        This should be reworked in Ganeti 2.7
-    #  ssh must recognize the key of the target host for the migration
     args = [constants.XEN_CMD, "migrate"]
     if constants.XEN_CMD == constants.XEN_CMD_XM:
       args.extend(["-p", "%d" % port])