remove redundant initializations
This commit is contained in:
parent
ff1dd7af96
commit
50df7bc21c
4
wm.sql
4
wm.sql
@ -254,8 +254,6 @@ declare
|
||||
j int4;
|
||||
multi geometry;
|
||||
begin
|
||||
mutated = false;
|
||||
|
||||
<<bendloop>>
|
||||
for i in 1..array_length(bends, 1) loop
|
||||
continue when abs(inflection_angle(bends[i])) <= pi;
|
||||
@ -312,7 +310,6 @@ declare
|
||||
p2 geometry;
|
||||
p3 geometry;
|
||||
begin
|
||||
angle = 0;
|
||||
for p0 in select geom from st_dumppoints(bend) order by path[1] asc loop
|
||||
p3 = p2;
|
||||
p2 = p1;
|
||||
@ -492,7 +489,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