(MAX): Remove redundant definition.
This commit is contained in:
parent
ce79ad5a19
commit
fdc790db61
2 changed files with 0 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue