mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
- removed unused doexceptlabel
git-svn-id: trunk@35139 -
This commit is contained in:
parent
5bd03651a9
commit
d6ccd54da5
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user