event/ServerSocket: remove obsolete macro DEFAULT_PORT

This commit is contained in:
Max Kellermann 2015-02-10 20:27:45 +01:00
parent 68fcbaf4c8
commit 0cf57cc7ca

View File

@ -52,8 +52,6 @@
#include <netdb.h>
#endif
#define DEFAULT_PORT 6600
class OneServerSocket final : private SocketMonitor {
ServerSocket &parent;