mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core: Fix build
This commit is contained in:
@@ -761,15 +761,4 @@ inline void ByteBuffer::read_skip<std::string>()
|
||||
read_skip<char*>();
|
||||
}
|
||||
|
||||
namespace boost
|
||||
{
|
||||
namespace asio
|
||||
{
|
||||
inline const_buffers_1 buffer(ByteBuffer const& packet)
|
||||
{
|
||||
return buffer(packet.contents(), packet.size());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user