Use the new path finder for sea & air, drop bestownedpath()
bestownedpath() is a rather simple-minded breadth-first search. It's slower than the new path finder, and maintaining it in addition to the new path finder makes no sense.
This commit is contained in:
parent
bbd6e9182f
commit
04363a92db
5 changed files with 57 additions and 234 deletions
|
@ -253,8 +253,6 @@ int zdon(void);
|
|||
/*
|
||||
* src/lib/common/ *.c
|
||||
*/
|
||||
/* bestpath.c */
|
||||
/* in path.h */
|
||||
/* conftab.c */
|
||||
extern int read_builtin_tables(void);
|
||||
extern int read_custom_tables(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue