mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
This line is redundant, because the RSE contents (its fixed part) is copied by value right above.
This commit is contained in:
parent
c7d38b821b
commit
12c5597118
@ -4890,7 +4890,6 @@ static RecordSelExpr* pass1_rse(thread_db* tdbb, CompilerScratch* csb, RecordSel
|
||||
RecordSelExpr* new_rse = (RecordSelExpr*) PAR_make_node(tdbb, count + rse_delta + 2);
|
||||
*new_rse = *rse;
|
||||
new_rse->rse_count = count;
|
||||
new_rse->nod_flags = rse->nod_flags;
|
||||
rse = new_rse;
|
||||
|
||||
// AB: Because we've build an new RecordSelExpr, we must put this one in the stack
|
||||
|
Loading…
Reference in New Issue
Block a user