summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/vespa/fastos/file.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/fastos/src/vespa/fastos/file.cpp b/fastos/src/vespa/fastos/file.cpp
index 42ca432329d..b7da72db420 100644
--- a/fastos/src/vespa/fastos/file.cpp
+++ b/fastos/src/vespa/fastos/file.cpp
@@ -502,11 +502,6 @@ FastOS_DirectoryScanInterface::FastOS_DirectoryScanInterface(const char *path)
{
}
-/**
- * Destructor.
- *
- * Frees operating system resources related to the directory scan.
- */
FastOS_DirectoryScanInterface::~FastOS_DirectoryScanInterface()
{
free(_searchPath);