changeset 483:b6bc4ddf791c

Irccd: remove fs::isFile (unused), #594
author David Demelier <markand@malikania.fr>
date Thu, 16 Feb 2017 13:19:43 +0100
parents 541de6e61ac3
children 69cc48b46dcb
files libcommon/irccd/fs.hpp
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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