Index: /trunk/src/VBox/VMM/VMMR0/HMR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMR0.cpp	(revision 56619)
+++ /trunk/src/VBox/VMM/VMMR0/HMR0.cpp	(revision 56620)
@@ -343,5 +343,4 @@
        )
     {
-        /** @todo move this into a separate function. */
         /* Read this MSR now as it may be useful for error reporting when initializing VT-x fails. */
         g_HmR0.vmx.Msrs.u64FeatureCtrl = ASMRdMsr(MSR_IA32_FEATURE_CONTROL);
@@ -365,6 +364,4 @@
         else
         {
-            /* We need to check if VT-x has been properly initialized on all
-               CPUs. Some BIOSes do a lousy job. */
             HMR0FIRSTRC FirstRc;
             hmR0FirstRcInit(&FirstRc);
