Index: /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 92393)
+++ /trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp	(revision 92394)
@@ -8541,18 +8541,4 @@
     HM_RESTORE_PREEMPT();
     return rc;
-}
-
-
-/**
- * Does the necessary state syncing before doing a longjmp to ring-3.
- *
- * @returns VBox status code.
- * @param   pVCpu   The cross context virtual CPU structure.
- *
- * @remarks No-long-jmp zone!!!
- */
-DECLINLINE(int) hmR0VmxLongJmpToRing3(PVMCPUCC pVCpu)
-{
-    return hmR0VmxLeaveSession(pVCpu);
 }
 
