# HG changeset patch # User David Demelier # Date 1487247583 -3600 # Node ID b6bc4ddf791c5de6b43c2407b6550334a4b01941 # Parent 541de6e61ac367f3e07e7d81424ce42d89192126 Irccd: remove fs::isFile (unused), #594 diff -r 541de6e61ac3 -r b6bc4ddf791c libcommon/irccd/fs.hpp --- a/libcommon/irccd/fs.hpp Thu Feb 16 13:04:58 2017 +0100 +++ b/libcommon/irccd/fs.hpp Thu Feb 16 13:19:43 2017 +0100 @@ -185,15 +185,6 @@ IRCCD_EXPORT bool isWritable(const std::string &path) noexcept; /** - * Check if the file is a regular file. - * - * \param path the path - * \return true if it is a file and false if not or not readable - * \throw std::runtime_error if the operation is not supported - */ -IRCCD_EXPORT bool isFile(const std::string &path); - -/** * Read a directory and return a list of entries (not recursive). * * \param path the directory path