Browse Source

* removed some unused variables, which fixes building on non-unix

git-svn-id: trunk@9400 -
Jonas Maebe 17 years ago
parent
commit
9da3986087
1 changed files with 3 additions and 5 deletions
  1. 3 5
      rtl/inc/wustrings.inc

+ 3 - 5
rtl/inc/wustrings.inc

@@ -1906,11 +1906,9 @@ end;
 
 function UCS4StringToWideString(const s : UCS4String) : WideString;
   var
-    i, slen   : SizeInt;
-    nc        : wint_t;
-    resindex  : SizeInt;
-    len       : longint;
-    valid     : boolean;
+    i        : SizeInt;
+    resindex : SizeInt;
+    len      : longint;
   begin
     SetLength(result,length(s));
     resindex:=1;