git » nmdb » commit 54d9e83

Remove unused constant in tcp.h.

author Alberto Bertogli
2007-06-01 18:20:16 UTC
committer Alberto Bertogli
2007-06-01 18:20:16 UTC
parent c4d4b8a10c45e95fc9bfd91ea2e1fd9665ba9ebb

Remove unused constant in tcp.h.

Luckily we don't have any fixed limit on the amount of TCP connections
we can handle.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

nmdb/tcp.h +0 -3

diff --git a/nmdb/tcp.h b/nmdb/tcp.h
index a493787..924231d 100644
--- a/nmdb/tcp.h
+++ b/nmdb/tcp.h
@@ -2,9 +2,6 @@
 #ifndef _TCP_H
 #define _TCP_H
 
-/* Maximum number of TCP connections */
-#define MAX_TCPFD 2048
-
 int tcp_init(void);
 void tcp_close(int fd);
 void tcp_newconnection(int fd, short event, void *arg);