Index: /trunk/src/VBox/Runtime/common/string/utf-8.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/string/utf-8.cpp	(revision 31419)
+++ /trunk/src/VBox/Runtime/common/string/utf-8.cpp	(revision 31420)
@@ -809,5 +809,4 @@
     {
         RTUNICP Cp;
-        size_t cchCp;
         int rc = RTLatin1GetCpNEx(&psz, &cchIn, &Cp);
         if (Cp == 0 || rc == VERR_END_OF_STRING)
@@ -836,5 +835,5 @@
 static int rtLatin1RecodeAsUtf8(const char *pszIn, size_t cchIn, char *psz, size_t cch)
 {
-    int     rc = VINF_SUCCESS;
+    int rc;
     for (;;)
     {
@@ -1029,6 +1028,5 @@
 static int rtUtf8RecodeAsLatin1(const char *pszIn, size_t cchIn, char *psz, size_t cch)
 {
-    int   rc  = VINF_SUCCESS;
-
+    int rc;
     for (;;)
     {
