Browse Source

- remove unused variable

git-svn-id: trunk@36157 -
svenbarth 8 years ago
parent
commit
9fc420b546
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/ncal.pas

+ 0 - 2
compiler/ncal.pas

@@ -1032,8 +1032,6 @@ implementation
 
 
 
 
     procedure tcallparanode.get_paratype;
     procedure tcallparanode.get_paratype;
-      var
-        old_array_constructor : boolean;
       begin
       begin
          if assigned(right) then
          if assigned(right) then
           tcallparanode(right).get_paratype;
           tcallparanode(right).get_paratype;