summaryrefslogtreecommitdiff
path: root/zen/file_handling.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/file_handling.h')
-rw-r--r--zen/file_handling.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/file_handling.h b/zen/file_handling.h
index c437e7bc..2c4f7938 100644
--- a/zen/file_handling.h
+++ b/zen/file_handling.h
@@ -29,7 +29,6 @@ enum ProcSymlink
SYMLINK_FOLLOW
};
-Int64 getFileTime(const Zstring& filename, ProcSymlink procSl); //throw FileError
void setFileTime(const Zstring& filename, const Int64& modificationTime, ProcSymlink procSl); //throw FileError
//symlink handling: always evaluate target
bgstack15