summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 14:46:07 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-08-18 14:46:07 +0200
commitbde6dfaaad25579e202577b7ad9b4fba7685e51e (patch)
tree2838433cfc46fa9ed004d3534467a0605b555092 /fastos
parent5f36b7efbf8a6a22c3371b34451e0975aea57b30 (diff)
Fix up @vekterli's comments.
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);