From bd5e8b83a3a18787241982efdae809d4db21f65d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 20 Jul 2018 21:28:29 +0100 Subject: Remove join function; the code is long and I don't think anybody uses it. --- src/lib/exceptions.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/exceptions.h') diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index eceafa105..769857fd3 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -81,14 +81,6 @@ private: boost::filesystem::path _file; }; -class JoinError : public std::runtime_error -{ -public: - explicit JoinError (std::string s) - : std::runtime_error (s) - {} -}; - /** @class OpenFileError. * @brief Indicates that some error occurred when trying to open a file. */ -- cgit v1.2.3