Browse Source

- removed unused local variable

git-svn-id: branches/wpo@12334 -
Jonas Maebe 17 years ago
parent
commit
98933f47ef
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/symdef.pas

+ 1 - 2
compiler/symdef.pas

@@ -3674,8 +3674,7 @@ implementation
     constructor tobjectdef.ppuload(ppufile:tcompilerppufile);
       var
          i,
-         implintfcount,
-         vmtentrycount  : longint;
+         implintfcount : longint;
          d : tderef;
          ImplIntf : TImplementedInterface;
          vmtentry : pvmtentry;