diff --git a/include/boost/beast/core/detail/clamp.hpp b/include/boost/beast/core/detail/clamp.hpp index 0ec2768c..5474fe44 100644 --- a/include/boost/beast/core/detail/clamp.hpp +++ b/include/boost/beast/core/detail/clamp.hpp @@ -19,7 +19,6 @@ namespace beast { namespace detail { template -static std::size_t clamp(UInt x) { @@ -29,7 +28,6 @@ clamp(UInt x) } template -static std::size_t clamp(UInt x, std::size_t limit) {