Browse Source

- removed unused local variable

git-svn-id: trunk@22806 -
Jonas Maebe 12 years ago
parent
commit
6abc6106e1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      compiler/jvm/hlcgcpu.pas

+ 0 - 1
compiler/jvm/hlcgcpu.pas

@@ -1468,7 +1468,6 @@ implementation
   procedure thlcgjvm.g_proc_exit(list: TAsmList; parasize: longint; nostackframe: boolean);
   procedure thlcgjvm.g_proc_exit(list: TAsmList; parasize: longint; nostackframe: boolean);
     var
     var
       retdef: tdef;
       retdef: tdef;
-      cgsize: tcgsize;
       opc: tasmop;
       opc: tasmop;
     begin
     begin
       if current_procinfo.procdef.proctypeoption in [potype_constructor,potype_class_constructor] then
       if current_procinfo.procdef.proctypeoption in [potype_constructor,potype_class_constructor] then