Remove dodistribute() parameter path

It was only used to see whether a path to the dist center exists.  Use
negative cost for that.
This commit is contained in:
Markus Armbruster 2011-02-18 19:01:25 +01:00
parent 99c73f399a
commit d1bdeb4353
3 changed files with 9 additions and 14 deletions

View file

@ -694,7 +694,7 @@ extern void delete_old_announcements(void);
/* deliver.c */
extern void dodeliver(struct sctstr *);
/* distribute.c */
extern int dodistribute(struct sctstr *, int, char *, double, double);
extern int dodistribute(struct sctstr *, int, double, double);
/* finish.c */
extern void finish_sects(int);
/* human.c */