remove some reundant initializations
This commit is contained in:
parent
1ff38c12e9
commit
9b36dc5cb2
2
wm.sql
2
wm.sql
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user