(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

@ -53,11 +53,6 @@
#include "optlist.h"
#include "server.h"
#ifndef MAX
#define MAX(x,y) ((x) < (y) ? (y) : (x))
#endif
static void getilist(struct emp_qelem *list, natid own,
struct emp_qelem *a, struct emp_qelem *b,
struct emp_qelem *c, struct emp_qelem *d);