From 4e4bba441d7f98825a88b416dd63ccba83ee7f0f Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 20 Feb 2020 09:24:34 +0100 Subject: [PATCH] gcc 4.7 leftover --- src/support/unicode.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/support/unicode.h b/src/support/unicode.h index 6373e470ba..6559cf60b6 100644 --- a/src/support/unicode.h +++ b/src/support/unicode.h @@ -62,8 +62,6 @@ public: char * out_buffer, size_t max_out_size); /// target encoding std::string to() const { return tocode_; } - // required by g++ 4.7 - IconvProcessor(IconvProcessor &&) = default; }; /// Get the global IconvProcessor instance of the current thread for