Browse Source

- removed unused doexceptlabel

git-svn-id: trunk@35139 -
Jonas Maebe 8 years ago
parent
commit
d6ccd54da5
1 changed files with 1 additions and 4 deletions
  1. 1 4
      compiler/ncgflw.pas

+ 1 - 4
compiler/ncgflw.pas

@@ -542,7 +542,7 @@ implementation
     procedure tcgtryexceptnode.pass_generate_code;
 
       var
-         exceptlabel,doexceptlabel,oldendexceptlabel,
+         exceptlabel,oldendexceptlabel,
          lastonlabel,
          exitexceptlabel,
          continueexceptlabel,
@@ -595,7 +595,6 @@ implementation
            end;
 
          current_asmdata.getjumplabel(exceptlabel);
-         current_asmdata.getjumplabel(doexceptlabel);
          current_asmdata.getjumplabel(endexceptlabel);
          current_asmdata.getjumplabel(lastonlabel);
 
@@ -624,8 +623,6 @@ implementation
 
          free_exception(current_asmdata.CurrAsmList, excepttemps, 0, endexceptlabel, false);
 
-         hlcg.a_label(current_asmdata.CurrAsmList,doexceptlabel);
-
          { end cleanup }
          current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));