LIB: Fix build break

This commit is contained in:
Rom Walton 2014-06-10 19:15:42 -04:00
parent 351568c357
commit 686f0f24d6
1 changed files with 0 additions and 2 deletions

View File

@ -815,8 +815,6 @@ int get_filesystem_info(double &total_space, double &free_space, char*) {
uMB = TotalNumberOfBytes.QuadPart / (1024 * 1024); uMB = TotalNumberOfBytes.QuadPart / (1024 * 1024);
total_space = uMB * 1024.0 * 1024.0; total_space = uMB * 1024.0 * 1024.0;
return 0;
}
#else #else
int get_filesystem_info(double &total_space, double &free_space, char* path) { int get_filesystem_info(double &total_space, double &free_space, char* path) {
#ifdef STATFS #ifdef STATFS