Core: Fix build

This commit is contained in:
Aokromes
2016-05-05 06:34:48 +02:00
parent 049d20fdb7
commit 9866c77dad

View File

@@ -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