Browse Source

- remove unused variables

git-svn-id: trunk@41828 -
svenbarth 6 years ago
parent
commit
0f2eae2033
1 changed files with 1 additions and 6 deletions
  1. 1 6
      packages/rtl-objpas/src/x86_64/invoke.inc

+ 1 - 6
packages/rtl-objpas/src/x86_64/invoke.inc

@@ -523,19 +523,14 @@ type
   PByteBool = ^ByteBool;
   PQWordBool = ^QWordBool;
 var
-  stackarea: array of PtrUInt;
-  stackptr: Pointer;
-  regs: array[0..3] of PtrUInt;
   i, argidx, ofs: LongInt;
-  val: PtrUInt;
   td: PTypeData;
-  argcount, resreg, refargs: SizeInt;
+  argcount: SizeInt;
 begin
   fResultInParam := ReturnResultInParam(fResultType);
 
   ofs := 0;
   argidx := 0;
-  refargs := 0;
   argcount := Length(fArgs);
   if fResultInParam then begin
     if fcfStatic in fFlags then