Core/RemoteAccess: Remove an unused define in RASession
* probably fixes gcc compile after adding cppformat
This commit is contained in:
@@ -30,8 +30,6 @@ using boost::asio::ip::tcp;
|
||||
|
||||
const size_t bufferSize = 4096;
|
||||
|
||||
#define BUFFER_SIZE 4096
|
||||
|
||||
class RASession : public std::enable_shared_from_this <RASession>
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user