Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Mar 12, 2016
1 parent 5a6db6e commit e32bb4d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/server/shared/Packets/ByteBuffer.h
Expand Up @@ -627,15 +627,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

0 comments on commit e32bb4d

Please sign in to comment.