Index: /trunk/src/VBox/Runtime/common/string/utf-8.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/utf-8.cpp	(revision 17188)
+++ /trunk/src/VBox/Runtime/common/string/utf-8.cpp	(revision 17189)
@@ -1323,5 +1323,4 @@
         return 1;
 
-    const char *pszStart1 = psz1;
     for (;;)
     {
Index: /trunk/src/VBox/VMM/VMMGuruMeditation.cpp
===================================================================
--- /trunk/src/VBox/VMM/VMMGuruMeditation.cpp	(revision 17188)
+++ /trunk/src/VBox/VMM/VMMGuruMeditation.cpp	(revision 17189)
@@ -230,5 +230,4 @@
         case VINF_EM_DBG_HYPER_ASSERTION:
         {
-            bool fIsRing0 = rcErr == VERR_VMM_RING0_ASSERTION;
             const char *pszMsg1 = VMMR3GetRZAssertMsg1(pVM);
             while (pszMsg1 && *pszMsg1 == '\n')
