remove some reundant initializations

This commit is contained in:
Motiejus Jakštys 2021-04-15 18:24:09 +03:00
parent c579fca4da
commit 5d354b9b96

View File

@ -255,7 +255,6 @@ declare
multi geometry; multi geometry;
begin begin
mutated = false; mutated = false;
<<bendloop>> <<bendloop>>
for i in 1..array_length(bends, 1) loop for i in 1..array_length(bends, 1) loop
continue when abs(inflection_angle(bends[i])) <= pi; continue when abs(inflection_angle(bends[i])) <= pi;
@ -492,7 +491,6 @@ begin
); );
end if; end if;
if mutated then if mutated then
lines[i] = st_linemerge(st_union(bends)); lines[i] = st_linemerge(st_union(bends));
stagenum = stagenum + 1; stagenum = stagenum + 1;