Removed uneeded test code.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
joshy
2013-07-02 23:59:57 +00:00
parent 3517fb8a2c
commit 30bcff1574

View File

@ -1094,12 +1094,8 @@ var
Sector: SECT;
DIFIndex,FATInDIF,OffSetInFAT: SECT;
begin
try
DecomposeFATEntry(AFATEntryIndex,DIFIndex,FATInDIF,OffSetInFAT);
Sector:=FDIFArray[DIFIndex][FATInDIF];
except
beep;
end;
ReadFATSector(Sector);
Result:=FFATCache.Cache[OffSetInFAT];
end;