Remove default sector size

The DEFAULT_SECTOR_SIZE was a temporary measure to help in the
transition to support devices with sector sizes > 512 bytes.  It
is no longer needed.
This commit is contained in:
Curtis Gedak 2010-04-26 13:04:39 -06:00
parent 5d2bf2ec5d
commit f46fbedd34
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ const Byte_Value MEBI_FACTOR=(KIBI_FACTOR * KIBI_FACTOR);
const Byte_Value GIBI_FACTOR=(MEBI_FACTOR * KIBI_FACTOR);
const Byte_Value TEBI_FACTOR=(GIBI_FACTOR * KIBI_FACTOR);
const Byte_Value DEFAULT_SECTOR_SIZE=512;
enum FILESYSTEM
{
FS_UNALLOCATED = 0,