From 5e9d460032d523a90628c61717ef6fcb187e80fc Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 28 Nov 2021 20:33:17 +0000 Subject: [PATCH] Remove redundant conversion operator --- components/files/configurationmanager.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/files/configurationmanager.hpp b/components/files/configurationmanager.hpp index 0c4d2dc835..4b641c12fd 100644 --- a/components/files/configurationmanager.hpp +++ b/components/files/configurationmanager.hpp @@ -79,8 +79,6 @@ void parseConfig(std::istream& stream, boost::program_options::variables_map& va class MaybeQuotedPath : public boost::filesystem::path { -public: - operator boost::filesystem::path() { return *this; } }; std::istream& operator>> (std::istream& istream, MaybeQuotedPath& MaybeQuotedPath);