aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/vespalib/io/fileutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/vespa/vespalib/io/fileutil.h')
-rw-r--r--vespalib/src/vespa/vespalib/io/fileutil.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/vespalib/src/vespa/vespalib/io/fileutil.h b/vespalib/src/vespa/vespalib/io/fileutil.h
index faffc739720..d06ecd05ca9 100644
--- a/vespalib/src/vespa/vespalib/io/fileutil.h
+++ b/vespalib/src/vespa/vespalib/io/fileutil.h
@@ -325,15 +325,6 @@ extern void symlink(const vespalib::string & oldPath,
extern vespalib::string readLink(const vespalib::string & path);
/**
- * Remove the given file.
- *
- * @param filename name of file.
- * @return True if file was removed, false if it did not exist.
- * @throw IoException If we failed to unlink the file.
- */
-extern bool unlink(const vespalib::string & filename);
-
-/**
* List the contents of the given directory.
*/
using DirectoryList = std::vector<vespalib::string>;