Index: /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
===================================================================
--- /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 31446)
+++ /trunk/src/VBox/VMM/VMMAll/PGMAllBth.h	(revision 31447)
@@ -1277,5 +1277,4 @@
                     LogFlow(("Skipping flush for big page containing %RGv (PD=%X .u=%RX64)-> nothing has changed!\n", GCPtrPage, iPDSrc, PdeSrc.u));
                     STAM_COUNTER_INC(&pVCpu->pgm.s.CTX_SUFF(pStats)->CTX_MID_Z(Stat,InvalidatePage4MBPagesSkip));
-                    PGM_DYNMAP_UNUSED_HINT(pVCpu, pPdeDst);
                     return VINF_SUCCESS;
                 }
@@ -1314,5 +1313,4 @@
         }
     }
-    PGM_DYNMAP_UNUSED_HINT(pVCpu, pPdeDst);
     return rc;
 
