summaryrefslogtreecommitdiffstats
path: root/fastos/src/vespa/fastos/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastos/src/vespa/fastos/file.h')
-rw-r--r--fastos/src/vespa/fastos/file.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fastos/src/vespa/fastos/file.h b/fastos/src/vespa/fastos/file.h
index b52b7e787fa..34b28b7cc31 100644
--- a/fastos/src/vespa/fastos/file.h
+++ b/fastos/src/vespa/fastos/file.h
@@ -99,16 +99,6 @@ public:
void setFAdviseOptions(int options) { _fAdviseOptions = options; }
/**
- * Copy a single file. Will overwrite destination if it already exists.
- *
- * @author Sveinar Rasmussen
- * @return success/failure
- * @param src a 'const char *' value with the file to copy from
- * @param dst a 'const char *' value with the name of the resulting copy
- */
- static bool CopyFile( const char *src, const char *dst );
-
- /**
* Return path separator string. This will yield "/" on UNIX systems.
* @return pointer to path separator character string
*/