mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-22 16:11:44 +02:00
- removed unused local variable after r16050
git-svn-id: trunk@16051 -
This commit is contained in:
parent
f13f6627c4
commit
92901a0619
@ -736,10 +736,7 @@ unit cpupara;
|
||||
|
||||
|
||||
procedure ti386paramanager.createtempparaloc(list: TAsmList;calloption : tproccalloption;parasym : tparavarsym;can_use_final_stack_loc : boolean;var cgpara:TCGPara);
|
||||
var
|
||||
paraloc : pcgparalocation;
|
||||
begin
|
||||
paraloc:=parasym.paraloc[callerside].location;
|
||||
{ Never a need for temps when value is pushed (calls inside parameters
|
||||
will simply allocate even more stack space for their parameters) }
|
||||
if not(use_fixed_stack) then
|
||||
|
Loading…
Reference in New Issue
Block a user