Remove stray unused variable
This commit is contained in:
parent
6a546f6138
commit
127e0d23ca
@ -219,8 +219,6 @@ int dijkstra_path_intersect(struct dijkstra_solver *solver,
|
||||
float s1_x, s1_y, s2_x, s2_y;
|
||||
float s, t;
|
||||
|
||||
int is_new;
|
||||
|
||||
if (!path_a || !path_b)
|
||||
return -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user