aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-01-30 10:55:55 +0100
committerPhilip Kaufmann <[email protected]>2014-03-03 22:33:09 +0100
commita486abd419d76ec3aec4adb90216eccb7b4be0c4 (patch)
tree371c743e3a4fea997da977c05275e728c66f1900 /src/util.h
parentdoc: Empty release notes for next release (diff)
downloaddiscoin-a486abd419d76ec3aec4adb90216eccb7b4be0c4.tar.xz
discoin-a486abd419d76ec3aec4adb90216eccb7b4be0c4.zip
replace custom GetFilesize() with boost::filesystem::file_size()
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 32bc05036..b0dabd2f6 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);