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