- removed unused doexceptlabel

git-svn-id: trunk@35139 -
This commit is contained in:
Jonas Maebe 2016-12-16 22:38:07 +00:00
parent 5bd03651a9
commit d6ccd54da5

View File

@ -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));