Core/RealmSocket: Remove a not required #ifndef MSG_NOSIGNAL / #define MSG_NOSIGNAL 0

Somewhere in ACE overloads of send(), flags are default'ed  to 0 if not provided
This commit is contained in:
Nay
2013-02-11 03:33:02 +00:00
parent 12359b993d
commit db0b81e8e7

View File

@@ -23,10 +23,6 @@
#include "RealmSocket.h"
#include "Log.h"
#ifndef MSG_NOSIGNAL
#define MSG_NOSIGNAL 0
#endif
RealmSocket::Session::Session(void) {}
RealmSocket::Session::~Session(void) { }