From 5d4320f76a7c1750e5b4947e7f1c6908031d0742 Mon Sep 17 00:00:00 2001 From: Nerijus Arlauskas Date: Sun, 10 Jul 2016 01:42:59 +0300 Subject: [PATCH] Remove unused helper. --- src/maybe/result.hpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/maybe/result.hpp b/src/maybe/result.hpp index 3902fef..daae2b8 100644 --- a/src/maybe/result.hpp +++ b/src/maybe/result.hpp @@ -12,8 +12,8 @@ #include "result.fwd.hpp" -#include #include +#include namespace maybe { namespace internal { @@ -21,12 +21,6 @@ namespace maybe { }; } - template - inline constexpr typename std::remove_reference::type&& mr_constexpr_move(T&& t) noexcept - { - return static_cast::type&&>(t); - } - template class result final { private: