remove some reundant initializations

main
Motiejus Jakštys 2021-05-19 22:57:47 +03:00 committed by Motiejus Jakštys
parent 1ff38c12e9
commit 9b36dc5cb2
1 changed files with 0 additions and 2 deletions

2
wm.sql
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;