소스 검색

- remove unused variable

git-svn-id: trunk@36157 -
svenbarth 8 년 전
부모
커밋
9fc420b546
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      compiler/ncal.pas

+ 0 - 2
compiler/ncal.pas

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