aboutsummaryrefslogtreecommitdiff
path: root/Utility/libdiskfree.h
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-15 11:29:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-15 11:29:27 -0400
commit98a2b312fd0297dcb09f6efdc3bd2e3b05b6dfc0 (patch)
tree07a855f6bdad27590074b70dc2f7519326536288 /Utility/libdiskfree.h
parent96e893d718dc6bad7b2abdefce886694f986c367 (diff)
switch from homegrown code to disk-free-space
According to https://github.com/redneb/disk-free-space/issues/3 , disk-free-space should be at least as portable as my homegrown code was. One change I noticed is, getDiskSize was not implemented for windows in the old code, and should work now.
Diffstat (limited to 'Utility/libdiskfree.h')
-rw-r--r--Utility/libdiskfree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/libdiskfree.h b/Utility/libdiskfree.h
deleted file mode 100644
index e5b84754f..000000000
--- a/Utility/libdiskfree.h
+++ /dev/null
@@ -1 +0,0 @@
-unsigned long long int diskfree(const char *path);