This commit is contained in:
Denis Molony 2021-05-02 14:46:52 +10:00
parent a006053297
commit 39269d3b27
1 changed files with 0 additions and 10 deletions

View File

@ -71,16 +71,6 @@ public class NuFX
if (record.hasFile ())
{
++totalFiles;
// note: total blocks does not include subdirectory blocks
// int blocks = (record.getFileSize () - 1) / 512 + 1;
// if (blocks == 1) // seedling
// totalBlocks += blocks;
// else if (blocks <= 256) // sapling
// totalBlocks += blocks + 1;
// else // tree
// totalBlocks += blocks + (blocks / 256) + 2;
volumeName.storePath (record.getFileName ());
}