(MAX): Remove redundant definition.

This commit is contained in:
Markus Armbruster 2006-04-30 16:26:51 +00:00
parent ce79ad5a19
commit fdc790db61
2 changed files with 0 additions and 9 deletions

View file

@ -52,10 +52,6 @@
#define EXPORT_BONUS 10.0
#define IMPORT_BONUS 10.0
#ifndef MAX
#define MAX(x,y) ((x) < (y) ? (y) : (x))
#endif
int
dodistribute(struct sctstr *sp, int imex, char *path, double dist_i_cost,
double dist_e_cost)