diff --git a/os/osdep.h b/os/osdep.h index d6c1eaa961..0374a79d58 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -219,6 +219,4 @@ Ones(unsigned long mask) } #endif -#define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */ - #endif /* _OSDEP_H_ */