diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-01-30 10:55:55 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-03-03 22:33:09 +0100 |
commit | a486abd419d76ec3aec4adb90216eccb7b4be0c4 (patch) | |
tree | 371c743e3a4fea997da977c05275e728c66f1900 /src/util.h | |
parent | aefbf6e30cadaf77ebee44284c74cc5449dc173f (diff) |
replace custom GetFilesize() with boost::filesystem::file_size()
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 32bc050369..b0dabd2f67 100644 --- a/src/util.h +++ b/src/util.h @@ -185,7 +185,6 @@ void ParseParameters(int argc, const char*const argv[]); bool WildcardMatch(const char* psz, const char* mask); bool WildcardMatch(const std::string& str, const std::string& mask); void FileCommit(FILE *fileout); -int GetFilesize(FILE* file); bool TruncateFile(FILE *file, unsigned int length); int RaiseFileDescriptorLimit(int nMinFD); void AllocateFileRange(FILE *file, unsigned int offset, unsigned int length); |